LinkingUtilities.DecodeUri Method

Gets the ArtifactId of the Artifact at the specified URI.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.ArtifactId
The ArtifactId of the Artifact at the specified URI.

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace