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.
See overload
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Shared Sub Decode ( _
versionedItemArtifactName As String, _
<OutAttribute> ByRef serverItem As String _
)
public static void Decode(
string versionedItemArtifactName,
out string serverItem
)
public:
static void Decode(
String^ versionedItemArtifactName,
[OutAttribute] String^% serverItem
)
static member Decode :
versionedItemArtifactName:string *
serverItem:string byref -> unit
public static function Decode(
versionedItemArtifactName : String,
serverItem : String
)
Parameters
- versionedItemArtifactName
Type: System.String
- serverItem
Type: System.String%
.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.