IVsSearchToken.ParseError Property

Definition

Gets any error that occurred while parsing the token.

public:
 property System::UInt32 ParseError { System::UInt32 get(); };
public:
 property unsigned int ParseError { unsigned int get(); };
public uint ParseError { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")]
public uint ParseError { get; }
member this.ParseError : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")>]
member this.ParseError : uint32
Public ReadOnly Property ParseError As UInteger

Property Value

The parsing error.

Attributes

Applies to