Share via


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 function GetPropertyDataIds() : Guid[]

Return Value

Type: array<System.Guid[]
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.

Examples

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

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

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

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