Share via


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

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GuiResources Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace