ILinking.GetArtifactUrl Method (ArtifactId)

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

Return Value

Type: System.String
The URL for the specified artifact.

.NET Framework Security

See Also

Reference

ILinking Interface

GetArtifactUrl Overload

Microsoft.TeamFoundation Namespace