IVsSearchToken::ParseError Property

 

Gets any error that occurred while parsing the token.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")]
[DispIdAttribute(1610678275)]
property unsigned int ParseError {
	unsigned int get();
}

Property Value

Type: System::UInt32

The parsing error.

Return to top
Show: