다음을 통해 공유


ParseResult.UnparsedTokens 속성

정의

파서에서 무시된 명령줄에 사용된 토큰 목록을 가져옵니다.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ UnparsedTokens { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> UnparsedTokens { get; }
member this.UnparsedTokens : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property UnparsedTokens As IReadOnlyList(Of String)

속성 값

설명

이 목록에는 가 로 설정된 true경우 EnableLegacyDoubleDashBehavior 토큰이 처음 발생한 -- 후의 모든 토큰이 포함됩니다.

적용 대상