IVsSearchTask::SearchQuery Property

 

Gets the search query used when the search task was created.

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

[DispIdAttribute(1610678275)]
property IVsSearchQuery^ SearchQuery {
	IVsSearchQuery^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchQuery^

The search query.

Return to top
Show: