Freigeben über


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 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 PropertyGuidsForAnalysisHintsBase and PropertyGuidsForContextNodesBase classes.

Example

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

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

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