Share via


INotificationFormatter.Format Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Function Format ( _
    requestContext As TeamFoundationRequestContext, _
    notification As TeamFoundationNotification _
) As String
string Format(
    TeamFoundationRequestContext requestContext,
    TeamFoundationNotification notification
)
String^ Format(
    TeamFoundationRequestContext^ requestContext, 
    TeamFoundationNotification^ notification
)
abstract Format : 
        requestContext:TeamFoundationRequestContext * 
        notification:TeamFoundationNotification -> string
function Format(
    requestContext : TeamFoundationRequestContext, 
    notification : TeamFoundationNotification
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

INotificationFormatter Interface

Microsoft.TeamFoundation.Server.Core Namespace