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 URI is well formed.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsUriWellFormed ( _
artifactUri As String _
) As Boolean
public static bool IsUriWellFormed(
string artifactUri
)
public:
static bool IsUriWellFormed(
String^ artifactUri
)
static member IsUriWellFormed :
artifactUri:string -> bool
public static function IsUriWellFormed(
artifactUri : String
) : boolean
Parameters
artifactUri
Type: System.StringThe URI to check.
Return Value
Type: System.Boolean
True if the specified URI 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.