Поделиться через


ContextNode - члены

Включить защищенные члены
Включить унаследованные члены

Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework

Обновлен: Ноябрь 2007

Represents a node in a tree of objects that are created as part of ink analysis.

Тип ContextNode предоставляет следующие члены.

Методы

  Имя Описание
ms616702.pubmethod(ru-ru,VS.90).gif AddPropertyData Adds a piece of application-specific data.
ms616702.pubmethod(ru-ru,VS.90).gif Confirm Sets the confirmation type, thereby restricting what the InkAnalyzer can change about the node.
ms616702.pubmethod(ru-ru,VS.90).gif ContainsPropertyData Returns true if the ContextNode object contains application-specific data stored under the specified identifier.
ms616702.pubmethod(ru-ru,VS.90).gif CreatePartiallyPopulatedSubNode Creates a child ContextNode object that contains only the following information: Type, Id, and Location.
ms616702.pubmethod(ru-ru,VS.90).gif CreateSubNode Creates a new child ContextNode object.
ms616702.pubmethod(ru-ru,VS.90).gif DeleteSubNode Deletes a child ContextNode object.
ms616702.pubmethod(ru-ru,VS.90).gif Equals Determines whether the specified ContextNode is equal to the current ContextNode. (Переопределяет Object.Equals(Object).)
ms616702.protmethod(ru-ru,VS.90).gif Finalize Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.)
ms616702.pubmethod(ru-ru,VS.90).gif GetHashCode Играет роль хэш-функции для определенного типа. (Переопределяет Object.GetHashCode().)
ms616702.pubmethod(ru-ru,VS.90).gif GetPropertyData Returns application-specific data that was added with the specified identifier.
ms616702.pubmethod(ru-ru,VS.90).gif GetPropertyDataIds Returns the identifiers for which there is property data.
ms616702.pubmethod(ru-ru,VS.90).gif GetType Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.)
ms616702.pubmethod(ru-ru,VS.90).gif IsConfirmed Returns a Boolean value which indicates whether the current ContextNode has been confirmed with the specified ConfirmationType.
ms616702.pubmethod(ru-ru,VS.90).gif LoadPropertiesData Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData.
ms616702.protmethod(ru-ru,VS.90).gif MemberwiseClone Создает неполную копию текущего объекта Object. (Унаследовано от Object.)
ms616702.pubmethod(ru-ru,VS.90).gif MoveSubNodeToPosition Reorders a specified child ContextNode object so that it moves to the specified index.
ms616702.pubmethod(ru-ru,VS.90).gif RemovePropertyData Removes a piece of application-specific data.
ms616702.pubmethod(ru-ru,VS.90).gif Reparent Removes this ContextNode from its current parent and adds it to another parent.
ms616702.pubmethod(ru-ru,VS.90).gif ReparentStrokes Moves a stroke from this ContextNode object to the specified ContextNode object.
ms616702.pubmethod(ru-ru,VS.90).gif SavePropertiesData Returns an array of bytes that can be stored and later used to recreate application-specific and internal property data on a ContextNode object.
ms616702.pubmethod(ru-ru,VS.90).gif SetStrokes Sets the specified strokes on a ContextNode object.
ms616702.pubmethod(ru-ru,VS.90).gif ToString Returns a human-readable type for the ContextNode object as a string. (Переопределяет Object.ToString().)

В начало страницы

Операторы

  Имя Описание
ms616702.puboperator(ru-ru,VS.90).gifms616702.static(ru-ru,VS.90).gif Equality Determines whether two specified ContextNode objects have the same value.
ms616702.puboperator(ru-ru,VS.90).gifms616702.static(ru-ru,VS.90).gif Inequality Determines whether two specified ContextNode objects have different values.

В начало страницы

Свойства

  Имя Описание
ms616702.pubproperty(ru-ru,VS.90).gif Id Gets the identifier of the ContextNode object.
ms616702.protproperty(ru-ru,VS.90).gif IsInkLeaf Инфраструктура.
ms616702.protproperty(ru-ru,VS.90).gif IsUnknownType Инфраструктура.
ms616702.pubproperty(ru-ru,VS.90).gif Links Gets a collection of ContextLink objects that represent relationships to other ContextNode objects.
ms616702.pubproperty(ru-ru,VS.90).gif Location Gets the position and size of the ContextNode object.
ms616702.pubproperty(ru-ru,VS.90).gif ParentNode Gets the parent node of the ContextNode in the context node tree.
ms616702.pubproperty(ru-ru,VS.90).gif PartiallyPopulated Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated.
ms616702.pubproperty(ru-ru,VS.90).gif Strokes Gets the StrokeCollection associated with this ContextNode.
ms616702.pubproperty(ru-ru,VS.90).gif SubNodes Gets the direct children of the ContextNode object.
ms616702.pubproperty(ru-ru,VS.90).gif Type Gets the context node type for this ContextNode object.

В начало страницы

См. также

Ссылки

ContextNode Класс

System.Windows.Ink - пространство имен