EnvironmentVariablesDirective.Action 속성

정의

지시문의 CommandLineAction 값을 가져오거나 설정합니다. 처리기는 지시문이 호출될 때 수행되는 동작을 나타냅니다.

public:
 virtual property System::CommandLine::Invocation::CommandLineAction ^ Action { System::CommandLine::Invocation::CommandLineAction ^ get(); void set(System::CommandLine::Invocation::CommandLineAction ^ value); };
public override System.CommandLine.Invocation.CommandLineAction? Action { get; set; }
member this.Action : System.CommandLine.Invocation.CommandLineAction with get, set
Public Overrides Property Action As CommandLineAction

속성 값

적용 대상