ContextNode.GetPropertyDataIds Method

Returns the identifiers for which there is property data.

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

Syntax

'Declaration
Public Function GetPropertyDataIds As Guid()
'Usage
Dim instance As ContextNode
Dim returnValue As Guid()

returnValue = instance.GetPropertyDataIds
public Guid[] GetPropertyDataIds ()
public:
array<Guid>^ GetPropertyDataIds ()
public Guid[] GetPropertyDataIds ()
public function GetPropertyDataIds () : Guid[]
Not applicable.

Return Value

The identifiers for which there is property data.

Remarks

This method returns the application-specific identifiers for property data that has been added. It also returns the identifiers for the internal property data, which are described by the PropertyGuidsForAnalysisHints and PropertyGuidsForContextNodes classes.

Example

This example gets all the property identifiers from an InkWordNode, inkWord.

Dim propertyDataIds As Guid() = inkWord.GetPropertyDataIds()
Guid[] propertyDataIds = inkWord.GetPropertyDataIds();

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
System.Windows.Ink.PropertyGuidsForAnalysisHints
System.Windows.Ink.PropertyGuidsForContextNodes
ContextNode.ContainsPropertyData
ContextNode.GetPropertyData
ContextNode.RemovePropertyData
ContextNode.SavePropertiesData
ContextNode.LoadPropertiesData