IVsSearchTask.SearchQuery 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 used when the search task was created.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ SearchQuery { Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ SearchQuery { Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery SearchQuery { get; }
member this.SearchQuery : Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery
Public ReadOnly Property SearchQuery As IVsSearchQuery
Property Value
The search query.