GuiResources.Format Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared Function Format ( _
resourceName As String, _
ParamArray args As Object() _
) As String
public static string Format(
string resourceName,
params Object[] args
)
public:
static String^ Format(
String^ resourceName,
... array<Object^>^ args
)
static member Format :
resourceName:string *
args:Object[] -> string
public static function Format(
resourceName : String,
... args : Object[]
) : String
Parameters
- resourceName
Type: System.String
- args
Type: array<System.Object[]
Return Value
Type: System.String
Returns String.
.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.