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.
Gets the URL for an artifact for addressability in links.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function GetArtifactUrl ( _
artId As ArtifactId _
) As String
string GetArtifactUrl(
ArtifactId artId
)
String^ GetArtifactUrl(
ArtifactId^ artId
)
abstract GetArtifactUrl :
artId:ArtifactId -> string
function GetArtifactUrl(
artId : ArtifactId
) : String
Parameters
- artId
Type: Microsoft.TeamFoundation.ArtifactId
The artifact ID of the artifact for which a URL is desired.
Return Value
Type: System.String
The URL for the specified artifact.
.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.