Share via


IProjectComponentCreator.Execute Method

The execute method performs the actual instantiation of the template task items. Link Manager is updated with the real artifact IDs for all artifacts that are created.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub Execute ( _
    ctxt As ProjectCreationContext, _
    taskXml As XmlNode _
)
void Execute(
    ProjectCreationContext ctxt,
    XmlNode taskXml
)
void Execute(
    ProjectCreationContext^ ctxt, 
    XmlNode^ taskXml
)
abstract Execute : 
        ctxt:ProjectCreationContext * 
        taskXml:XmlNode -> unit
function Execute(
    ctxt : ProjectCreationContext, 
    taskXml : XmlNode
)

Parameters

.NET Framework Security

See Also

Reference

IProjectComponentCreator Interface

Microsoft.TeamFoundation.Client Namespace