Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
.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.