VsSearchTask::ErrorCode Property

 

Gets or sets the error code describing the search result if the search task has completed with errors. If the task completes without errors, this property is set to zero (0).

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

public:
property int ErrorCode {
	[CompilerGeneratedAttribute]
	virtual int get() sealed;
	[CompilerGeneratedAttribute]
	protected: virtual void set(int value) sealed;
}

Property Value

Type: System::Int32
Return to top
Show: