다음을 통해 공유


ParseResult.Directives 속성

정의

명령줄 입력을 구문 분석하는 동안 찾은 지시문을 가져옵니다.

public:
 property System::CommandLine::DirectiveCollection ^ Directives { System::CommandLine::DirectiveCollection ^ get(); };
public System.CommandLine.DirectiveCollection Directives { get; }
member this.Directives : System.CommandLine.DirectiveCollection
Public ReadOnly Property Directives As DirectiveCollection

속성 값

설명

가 로 false설정된 경우 EnableDirectives 이 컬렉션은 비어 있습니다.

적용 대상