Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace