GuiResources.GetInt Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared Function GetInt ( _
resourceName As String _
) As Integer
public static int GetInt(
string resourceName
)
public:
static int GetInt(
String^ resourceName
)
static member GetInt :
resourceName:string -> int
public static function GetInt(
resourceName : String
) : int
Parameters
- resourceName
Type: System.String
Return Value
Type: System.Int32
Returns Int32.
.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.