CommandCollectionGetKeyForItem - метод |
When implemented in a derived class, extracts the key from the specified element.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected override string GetKeyForItem(
Command item
)
Protected Overrides Function GetKeyForItem (
item As Command
) As String
protected:
virtual String^ GetKeyForItem(
Command^ item
) override
abstract GetKeyForItem :
item : Command -> string
override GetKeyForItem :
item : Command -> string
Параметры
- item
- Тип: Tessa.Platform.CommandLineCommand
The element from which to extract the key.
Возвращаемое значение
Тип:
StringThe key for the specified element.
См. также