IVsSearchTask::Status Property

 

Gets the task status, with values from __VSSEARCHTASKSTATUS.

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

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
[DispIdAttribute(1610678276)]
property unsigned int Status {
	unsigned int get();
}

Property Value

Type: System::UInt32

The task status.

Return to top
Show: