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
'Dichiarazione
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
- 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.
Remarks
This method is invoked by the methodology template import wizard, which verifies the integrity of the template before importing it.
.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.