CommandCollectionGetKeyForItem - метод
When implemented in a derived class, extracts the key from the specified element.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 Command
- The element from which to extract the key.
StringThe key for the specified element.