IVsSearchQuery.ParseError Property

Definition

Gets whether there was any error while parsing the search string into tokens.

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

true if a parse error occurred, or false if no error occurred.

Attributes

Applies to