This documentation is archived and is not being maintained.

WorkItemType::Validate Method (Project, String, String)

Validates the work item type in the context of the given Project and development method.

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

public:
static void Validate(
	Project^ project, 
	String^ definition, 
	String^ methodologyName
)

Parameters

project
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Project

The Project that is associated with this work item type.

definition
Type: System::String

The XML definition of this work item type.

methodologyName
Type: System::String

The name of the development methodology.

ExceptionCondition
ArgumentNullException

At least one parameter is null.

Show: