Share via


LinkingUtilities.IsArtifactToolSpecificIdWellFormed Method

Checks whether the specified tool specific ID is well formed.

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

Syntax

'宣言
Public Shared Function IsArtifactToolSpecificIdWellFormed ( _
    toolSpecificId As String _
) As Boolean
public static bool IsArtifactToolSpecificIdWellFormed(
    string toolSpecificId
)
public:
static bool IsArtifactToolSpecificIdWellFormed(
    String^ toolSpecificId
)
static member IsArtifactToolSpecificIdWellFormed : 
        toolSpecificId:string -> bool 
public static function IsArtifactToolSpecificIdWellFormed(
    toolSpecificId : String
) : boolean

Parameters

  • toolSpecificId
    Type: System.String
    The tool specific ID to check.

Return Value

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

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace