INotificationTransform.Transform Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- eventDocument
Type: System.Xml.XmlDocument%
Return Value
Type: System.Boolean
.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.