This documentation is archived and is not being maintained.

IProjectComponentCreator::Validate Method

Validates that the specified parameters are valid for execution.

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

void Validate(
	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.

This method is invoked by the methodology template import wizard, which verifies the integrity of the template before importing it.

Show: