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)

属性值

适用于