CommandCollectionGetKeyForItem - метод

When implemented in a derived class, extracts the key from the specified element.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
protected override string GetKeyForItem(
	Command item
)

Параметры

item  Command
The element from which to extract the key.

Возвращаемое значение

String
The key for the specified element.

См. также