Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BaseVariableState Dim context As ISystemContext Dim encoder As BinaryEncoder Dim attributesToSave As NodeState.AttributesToSave instance.Save(context, encoder, attributesToSave) |
C# | |
---|---|
public override void Save( ISystemContext context, BinaryEncoder encoder, NodeState.AttributesToSave attributesToSave ) |
Parameters
- context
- The context that describes how access the system containing the data..
- encoder
- The encoder to write to.
- attributesToSave
- The masks indicating what attributes to write.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x