'Declaration
Public Overrides Function GetAttributesToSave( _ ByVal context As ISystemContext _ ) As NodeState.AttributesToSave
'Usage
Dim instance As MethodState Dim context As ISystemContext Dim value As NodeState.AttributesToSave value = instance.GetAttributesToSave(context)
public override NodeState.AttributesToSave GetAttributesToSave( ISystemContext context )
public: NodeState.AttributesToSave GetAttributesToSave( ISystemContext^ context ) override
Parameters
- context
- The context for the system being accessed.
Return Value
A mask the specifies the available attributes.