共用方式為


ParseResult.UnmatchedTokens 屬性

定義

取得剖析器未比對之命令行上所使用的令牌清單。

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

屬性值

適用於