ApplicationContextParseCommandFunc - свойство
Функция, выполняющая разбора нестандартного аргумента командной строки,
или null, если функция не задана.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ApplicationCommandParseFunc ParseCommandFunc { get; set; }
Public Property ParseCommandFunc As ApplicationCommandParseFunc
Get
Set
public:
virtual property ApplicationCommandParseFunc^ ParseCommandFunc {
ApplicationCommandParseFunc^ get () sealed;
void set (ApplicationCommandParseFunc^ value) sealed;
}
abstract ParseCommandFunc : ApplicationCommandParseFunc with get, set
override ParseCommandFunc : ApplicationCommandParseFunc with get, set
ApplicationCommandParseFuncIApplicationContextParseCommandFunc