Share via


ContextNode.GetPropertyDataIds Method

Returns the identifiers for which there is property data.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.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 identifiers from an InkWordNode, inkWord.

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

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

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

Microsoft.Ink Namespace

Microsoft.Ink.PropertyGuidsForAnalysisHints

Microsoft.Ink.PropertyGuidsForContextNodes

ContextNode.ContainsPropertyData

ContextNode.GetPropertyData

ContextNode.RemovePropertyData

ContextNode.SavePropertiesData

ContextNode.LoadPropertiesData