This documentation is archived and is not being maintained.
WorkItemType::Validate Method (Project, String)
Visual Studio 2013
Validates this work item type in the context of the specified Project.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | At least one parameter is null. |
- 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.
Show: