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
- uri 
 Type: System.String- The URI of an Artifact. 
Return Value
Type: Microsoft.TeamFoundation.ArtifactId
The ArtifactId of the Artifact at the specified URI.
.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.