Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks if an HRESULT is a success return code.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Public Shared Function Succeeded ( _
hr As Integer _
) As Boolean
'Usage
Dim hr As Integer
Dim returnValue As Boolean
returnValue = ErrorHandler.Succeeded(hr)
public static bool Succeeded(
int hr
)
public:
static bool Succeeded(
int hr
)
static member Succeeded :
hr:int -> bool
public static function Succeeded(
hr : int
) : boolean
Parameters
- hr
Type: System.Int32
The HRESULT to test.
Return Value
Type: System.Boolean
true if hr represents a success otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio Namespace