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 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.StringThe 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.