VsSearchTask::SearchResults Property

 

Gets or sets the number of search results found. Set this value appropriately as the search progresses.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property unsigned int SearchResults {
	[CompilerGeneratedAttribute]
	unsigned int get();
	[CompilerGeneratedAttribute]
	protected: void set(unsigned int value);
}

Property Value

Type: System::UInt32
Return to top
Show: