共用方式為


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)

屬性值

備註

如果 EnableLegacyDoubleDashBehavior 設定true為 ,此清單將包含第一次--出現令牌之後的所有令牌。

適用於