BaseUIHierarchy.Succeeded Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Protected Function Succeeded ( _
hr As Integer _
) As Boolean
protected bool Succeeded(
int hr
)
protected:
bool Succeeded(
int hr
)
member Succeeded :
hr:int -> bool
protected 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.