Udostępnij za pośrednictwem


ParseResult.UnparsedTokens Właściwość

Definicja

Pobiera listę tokenów używanych w wierszu polecenia, które zostały zignorowane przez analizator.

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)

Wartość właściwości

Uwagi

Ta lista będzie zawierać wszystkie tokeny po pierwszym wystąpieniu tokenu -- , jeśli EnableLegacyDoubleDashBehavior jest ustawiona na truewartość .

Dotyczy