BasicHelper.Succeeded Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Shared Function Succeeded ( _
hr As Integer _
) As Boolean
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
Return Value
Type: System.Boolean
.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.