LinkingUtilities.IsArtifactTypeWellFormed Method

Checks whether the specified artifact type is well formed.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace