ErrorHandler::Succeeded Method (Int32)

 

Determines whether an HRESULT is a success return code.

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

public:
static bool Succeeded(
	int hr
)

Parameters

hr
Type: System::Int32

The HRESULT to test.

Return Value

Type: System::Boolean

true if hr represents a success otherwise false.

Return to top
Show: