Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.