VsSearchTask.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error code describing the search result, should the search task have completed with errors
public: property int ErrorCode { public:
int get(); protected:
void set(int value); };
public: property int ErrorCode { public:
int get(); protected:
void set(int value); };
public int ErrorCode { get; protected set; }
member this.ErrorCode : int with get, set
Public Property ErrorCode As Integer