共用方式為


ContextNodeBase.GetPropertyDataIds 方法

傳回擁有屬性資料的識別項

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public Function GetPropertyDataIds As Guid()
'用途
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[]

傳回值

型別:array<System.Guid[]
有屬性資料的識別項

備註

這個方法會針對已加入的屬性資料傳回應用程式特定識別項。此外,還會傳回內部屬性資料的識別項,這些識別項是由 PropertyGuidsForAnalysisHintsBasePropertyGuidsForContextNodesBase 類別所描述。

範例

這個範例會取得 ContextNodeBase (名為 selectedNode) 中的所有識別項。

Guid[] propertyDataIds = selectedNode.GetPropertyDataIds();

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ContextNodeBase 類別

ContextNodeBase 成員

System.Windows.Ink.AnalysisCore 命名空間

System.Windows.Ink.AnalysisCore.PropertyGuidsForAnalysisHintsBase

System.Windows.Ink.AnalysisCore.PropertyGuidsForContextNodesBase

ContextNodeBase.ContainsPropertyData

ContextNodeBase.GetPropertyData

ContextNodeBase.RemovePropertyData

ContextNodeBase.SavePropertiesData

ContextNodeBase.LoadPropertiesData