This documentation is archived and is not being maintained.

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)

void Execute(
	ProjectCreationContext^ ctxt, 
	XmlNode^ taskXml
)

Parameters

ctxt
Type: Microsoft.TeamFoundation.Client::ProjectCreationContext

The ProjectCreationContext that is associated with the current process.

taskXml
Type: System.Xml::XmlNode

An XML object that describes the tasks.

Show: