This documentation is archived and is not being maintained.
LinkingUtilities::IsArtifactTypeWellFormed Method
Visual Studio 2013
Checks whether the specified artifact type is well formed.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- artifactType
- Type: System::String
The artifact type to check.
Return Value
Type: System::BooleanTrue if the specified artifact type is well formed; otherwise, false.
- 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: