ApplicationContextParseCommandFunc - свойство
Функция, выполняющая разбора нестандартного аргумента командной строки,
или null, если функция не задана.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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