Share via


ContextNodeBase.GetPropertyDataIds Method

Returns the identifiers for which there is property data.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Function GetPropertyDataIds As Guid()
'Usage
Dim instance As ContextNodeBase 
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 application-specific identifiers for property data that has been added. It also returns identifiers for the internal property data, which are described by the PropertyGuidsForAnalysisHintsBase and PropertyGuidsForContextNodesBase classes.

Examples

This example gets all the identifiers from an ContextNodeBase named selectedNode.

Guid[] propertyDataIds = selectedNode.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

ContextNodeBase Class

ContextNodeBase Members

System.Windows.Ink.AnalysisCore Namespace

System.Windows.Ink.AnalysisCore.PropertyGuidsForAnalysisHintsBase

System.Windows.Ink.AnalysisCore.PropertyGuidsForContextNodesBase

ContextNodeBase.ContainsPropertyData

ContextNodeBase.GetPropertyData

ContextNodeBase.RemovePropertyData

ContextNodeBase.SavePropertiesData

ContextNodeBase.LoadPropertiesData