VsSearchTask::TaskStatus Property

 

Gets the status of the current search. This property is set to appropriate values as the search progresses.

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

public:
property VSConstants::VsSearchTaskStatus TaskStatus {
	[CompilerGeneratedAttribute]
	VSConstants::VsSearchTaskStatus get();
	[CompilerGeneratedAttribute]
	private: void set(VSConstants::VsSearchTaskStatus value);
}
Return to top
Show: