This documentation is archived and is not being maintained.
LinkingUtilities::IsArtifactToolSpecificIdWellFormed Method
Visual Studio 2013
Checks whether the specified tool specific ID is well formed.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- toolSpecificId
- Type: System::String
The tool specific ID to check.
Return Value
Type: System::BooleanTrue if the specified tool specific ID 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: