ParseResult.UnparsedTokens 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得剖析器忽略之命令行上所使用的令牌清單。
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
為 ,此清單將包含第一次--
出現令牌之後的所有令牌。