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 предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
AddPropertyData | Adds a piece of application-specific data. |
![]() |
Confirm | Sets the confirmation type, which restricts what the InkAnalyzer can change about the node. |
![]() |
ContainsPropertyData | Returns true if the ContextNode object contains application-specific data stored under the specified identifier. |
![]() |
CreatePartiallyPopulatedSubNode | Creates a child ContextNode object that contains only the following information: Type, Id, and Location. |
![]() |
CreateSubNode | Creates a new child ContextNode object. |
![]() |
DeleteSubNode | Deletes a child ContextNode object. |
![]() |
Equals | Determines whether the specified ContextNode is equal to the current ContextNode. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetHashCode | Gets the hash code for the ContextNode instance. (Переопределяет Object.GetHashCode().) |
![]() |
GetPropertyData | Returns application-specific data that was added with the specified identifier. |
![]() |
GetPropertyDataIds | Returns the identifiers for which there is property data. |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
IsConfirmed | Gets a value that indicates whether the ContextNode object is confirmed. InkAnalyzer cannot change the node type and associated strokes for confirmed objects. |
![]() |
LoadPropertiesData | Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
MoveSubNodeToPosition | Reorders a specified child ContextNode object so that it moves to the specified index. |
![]() |
RemovePropertyData | Removes a piece of application-specific data. |
![]() |
Reparent | Removes this ContextNode from its current parent and adds it to another parent. |
![]() |
ReparentStrokes | Moves a stroke from this ContextNode object to the specified ContextNode object. |
![]() |
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. |
![]() |
SetStrokes | Sets the specified strokes on a ContextNode object. |
![]() |
ToString | Returns a human-readable type for the ContextNode object as a string. (Переопределяет Object.ToString().) |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified ContextNode objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified ContextNode objects have different values. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
Id | Gets the identifier of the ContextNode object. |
![]() |
IsInkLeaf | Инфраструктура. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
IsUnknownType | Инфраструктура. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Links | Gets a collection of ContextLink objects that represent relationships to other ContextNode objects. |
![]() |
Location | Gets the position and size of the ContextNode object. |
![]() |
ParentNode | Gets the parent node of the ContextNode in the context node tree. |
![]() |
PartiallyPopulated | Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated. |
![]() |
Strokes | Gets the Strokes associated with this ContextNode. |
![]() |
SubNodes | Gets the direct children of the ContextNode object. |
![]() |
Type | Gets the context node type for this ContextNode object. |
В начало страницы