Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks whether the specified artifact type is well formed.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
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
- artifactType
Type: System.String
The artifact type to check.
Return Value
Type: System.Boolean
True if the specified artifact type is well formed; otherwise, false.
.NET Framework Security
- 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.