ContextNodeBase.GetPropertyDataIds - метод
Обновлен: Ноябрь 2007
Returns the identifiers for which there is property data.
Пространство имен: 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[]
The identifiers for which there is property data.
Заметки
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.
Примеры
This example gets all the identifiers from an ContextNodeBase named selectedNode.
Guid[] propertyDataIds = selectedNode.GetPropertyDataIds();
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
System.Windows.Ink.AnalysisCore - пространство имен
System.Windows.Ink.AnalysisCore.PropertyGuidsForAnalysisHintsBase
System.Windows.Ink.AnalysisCore.PropertyGuidsForContextNodesBase
ContextNodeBase.ContainsPropertyData
ContextNodeBase.GetPropertyData
ContextNodeBase.RemovePropertyData