IVsWindowSearchHost.SearchQueryParser Property

Definition

Gets the search query parser used by the search host to create the search queries from search strings typed by the user.

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsSearchQueryParser ^ SearchQueryParser { Microsoft::VisualStudio::Shell::Interop::IVsSearchQueryParser ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsSearchQueryParser ^ SearchQueryParser { Microsoft::VisualStudio::Shell::Interop::IVsSearchQueryParser ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsSearchQueryParser SearchQueryParser { get; }
member this.SearchQueryParser : Microsoft.VisualStudio.Shell.Interop.IVsSearchQueryParser
Public ReadOnly Property SearchQueryParser As IVsSearchQueryParser

Property Value

Applies to