Для изменения размера нажмите или перетащите

CommandCollection - класс

Represents an collection of Command child elements.
Иерархия наследования
SystemObject
  System.Collections.ObjectModelCollectionCommand
    System.Collections.ObjectModelKeyedCollectionString, Command
      Tessa.Platform.CommandLineCommandCollection

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public sealed class CommandCollection : KeyedCollection<string, Command>

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

Конструкторы
  ИмяОписание
Открытый методCommandCollection
Initializes a new instance of the CommandCollection class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Унаследован от KeyedCollectionString, Command.)
Открытое свойствоCount (Унаследован от CollectionCommand.)
Защищённое свойствоDictionary (Унаследован от KeyedCollectionString, Command.)
Открытое свойствоItemTKey
Gets the element with the specified key.
(Унаследован от KeyedCollectionString, Command.)
Открытое свойствоItemInt32
Gets or sets the element at the specified index.
(Унаследован от CollectionCommand.)
Защищённое свойствоItems (Унаследован от CollectionCommand.)
В начало страницы
Методы
  ИмяОписание
Открытый методAdd (Унаследован от CollectionCommand.)
Защищённый методChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Унаследован от KeyedCollectionString, Command.)
Открытый методClear (Унаследован от CollectionCommand.)
Защищённый методClearItems (Унаследован от KeyedCollectionString, Command.)
Открытый методContains(TKey)
Determines whether the collection contains an element with the specified key.
(Унаследован от KeyedCollectionString, Command.)
Открытый методContains(T) (Унаследован от CollectionCommand.)
Открытый методCopyTo (Унаследован от CollectionCommand.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetEnumerator (Унаследован от CollectionCommand.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Защищённый методGetKeyForItem
When implemented in a derived class, extracts the key from the specified element.
(Переопределяет KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методIndexOf (Унаследован от CollectionCommand.)
Открытый методInsert (Унаследован от CollectionCommand.)
Защищённый методInsertItem (Унаследован от KeyedCollectionString, Command.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методRemove(TKey) (Унаследован от KeyedCollectionString, Command.)
Открытый методRemove(T) (Унаследован от CollectionCommand.)
Открытый методRemoveAt (Унаследован от CollectionCommand.)
Защищённый методRemoveItem (Унаследован от KeyedCollectionString, Command.)
Защищённый методSetItem
Replaces the item at the specified index with the specified item.
(Унаследован от KeyedCollectionString, Command.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методTryGetCommand
Gets the command with the specified name.
Открытый методTryGetValue (Унаследован от KeyedCollectionString, Command.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также