This documentation is archived and is not being maintained.

WorkItemType::Validate Method (WorkItemStore, String)

Validates the work item type in the context of the specified WorkItemStore.

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

public:
static void Validate(
	WorkItemStore^ store, 
	String^ definition
)

Parameters

store
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemStore

The WorkItemStore that contains this work item type.

definition
Type: System::String

The XML definition of this work item type.

ExceptionCondition
ArgumentNullException

At least one parameter is null.

Show: