ContextNode.SavePropertiesData Method

Returns an array of bytes that can be stored and later used to recreate application-specific and internal property data on a ContextNode object.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Function SavePropertiesData As Byte()
'Usage
Dim instance As ContextNode
Dim returnValue As Byte()

returnValue = instance.SavePropertiesData
public byte[] SavePropertiesData ()
public:
array<unsigned char>^ SavePropertiesData ()
public byte[] SavePropertiesData ()
public function SavePropertiesData () : byte[]
Not applicable.

Return Value

An array of bytes that can be stored and later used to recreate application-specific and internal property data.

Example

This example saves the properties data from a ContextNode object, inkWord, to an array of bytes.

Dim data As Byte() = inkWord.SavePropertiesData()
byte[] data = inkWord.SavePropertiesData();

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNode Class
ContextNode Members
System.Windows.Ink Namespace
ContextNode.AddPropertyData
ContextNode.ContainsPropertyData
ContextNode.GetPropertyData
ContextNode.RemovePropertyData
ContextNode.LoadPropertiesData