LinkingUtilities.IsToolTypeWellFormed Method

Checks whether the specified tool type is well formed.

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

Syntax

'Declaration
Public Shared Function IsToolTypeWellFormed ( _
    tool As String _
) As Boolean
public static bool IsToolTypeWellFormed(
    string tool
)
public:
static bool IsToolTypeWellFormed(
    String^ tool
)
static member IsToolTypeWellFormed : 
        tool:string -> bool
public static function IsToolTypeWellFormed(
    tool : String
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace