This documentation is archived and is not being maintained.

LinkingUtilities::IsToolTypeWellFormed Method

Checks whether the specified tool type is well formed.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static bool IsToolTypeWellFormed(
	String^ tool
)

Parameters

tool
Type: System::String

The tool to check.

Return Value

Type: System::Boolean
True if the specified tool type is well formed; otherwise, false.

Show: