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