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)

Syntax

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

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IProjectComponentCreator Interface

Microsoft.TeamFoundation.Client Namespace