IVsWindowSearchHost.SearchQueryParser 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 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