IVsSearchQuery.ParseError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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