VsSearchTask::ErrorCode Property
Visual Studio 2015
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).
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::Int32Implements
IVsSearchTask::ErrorCode
Show: