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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notification
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationNotification
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.