LinkingUtilities.EncodeUri Method

Gets the URI of the specified Artifact with the specified ArtifactID.

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

Syntax

'Declaration
Public Shared Function EncodeUri ( _
    artifactId As ArtifactId _
) As String
public static string EncodeUri(
    ArtifactId artifactId
)
public:
static String^ EncodeUri(
    ArtifactId^ artifactId
)
static member EncodeUri : 
        artifactId:ArtifactId -> string
public static function EncodeUri(
    artifactId : ArtifactId
) : String

Parameters

Return Value

Type: System.String
The URI of the specified Artifact with the specified ArtifactID.

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace