ContextLinkBaseCollection - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Contains a collection of ContextLinkBase objects that are the result of an ink analysis.
Тип ContextLinkBaseCollection предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | Adds a new ContextLinkBase object to the ContextLinkBaseCollection, indicating the destination node and its type. |
![]() |
Contains | Indicates whether the ContextLinkBaseCollection contains a specific ContextLinkBase object. |
![]() |
CopyTo | Copies all the elements in the current ContextLinkBaseCollection to the specified one-dimensional array, starting at the specified destination array index. |
![]() |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetEnumerator | Returns an object that implements the IEnumerator interface and can iterate through the ContextLinkBase objects within the ContextLinkBaseCollection. |
![]() |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
IndexOf | Returns the index of a specific ContextLinkBase object within a ContextLinkBaseCollection. |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
Remove | Removes a ContextLinkBase object from the ContextLinkBaseCollection. |
![]() |
RemoveAt | Removes a ContextLinkBase object at the specified index from the ContextLinkBaseCollection. |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Gets the number of ContextLinkBase objects that are contained in the ContextLinkBaseCollection. |
![]() |
IsSynchronized | Gets a value that indicates whether or not access to ContextLinkBaseCollection is synchronized (thread safe). |
![]() |
Item | Gets the ContextLinkBase object at the specified index or identifier within ContextLinkBaseCollection. |
![]() |
SyncRoot | Returns an object that can be used to synchronize access to this ContextLinkBaseCollection. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
В начало страницы