ContextNode.GetPropertyDataIds - метод
Обновлен: Ноябрь 2007
Returns the identifiers for which there is property data.
Пространство имен: System.Windows.Ink
Сборка: IAWinFX (в IAWinFX.dll)
Синтаксис
'Декларация
Public Function GetPropertyDataIds As Guid()
'Применение
Dim instance As ContextNode
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 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.
Примеры
This example gets all the property identifiers from an InkWordNode, inkWord.
Dim propertyDataIds As Guid() = inkWord.GetPropertyDataIds()
Guid[] propertyDataIds = inkWord.GetPropertyDataIds();
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
System.Windows.Ink - пространство имен
System.Windows.Ink.PropertyGuidsForAnalysisHints
System.Windows.Ink.PropertyGuidsForContextNodes
ContextNode.ContainsPropertyData
ContextNode.RemovePropertyData