IVsSearchToken.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 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