IVsSearchQuery::ParseError Property

 

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

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

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

Property Value

Type: System::UInt32

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

Return to top
Show: