INotificationTransform.Transform Method

Transforms the event document if a specified criteria is met.

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

Syntax

'Declaration
Function Transform ( _
    requestContext As TeamFoundationRequestContext, _
    ByRef eventDocument As XmlDocument _
) As Boolean
bool Transform(
    TeamFoundationRequestContext requestContext,
    ref XmlDocument eventDocument
)
bool Transform(
    TeamFoundationRequestContext^ requestContext, 
    XmlDocument^% eventDocument
)
abstract Transform : 
        requestContext:TeamFoundationRequestContext * 
        eventDocument:XmlDocument byref -> bool
function Transform(
    requestContext : TeamFoundationRequestContext, 
    eventDocument : XmlDocument
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

INotificationTransform Interface

Microsoft.TeamFoundation.Server.Core Namespace