IVsSearchTask::ErrorCode Property

 

Gets the error code for the search (meaningful only if the search has encountered an error).

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

[DispIdAttribute(1610678277)]
property int ErrorCode {
	int get();
}

Property Value

Type: System::Int32

The error code for the search.

Return to top
Show: