ShelvedItemUri.Decode Method (String, String%, String%, String%)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Декларация
Public Shared Sub Decode ( _
shelvedItemArtifactName As String, _
<OutAttribute> ByRef serverItem As String, _
<OutAttribute> ByRef shelvesetName As String, _
<OutAttribute> ByRef shelvesetOwner As String _
)
public static void Decode(
string shelvedItemArtifactName,
out string serverItem,
out string shelvesetName,
out string shelvesetOwner
)
public:
static void Decode(
String^ shelvedItemArtifactName,
[OutAttribute] String^% serverItem,
[OutAttribute] String^% shelvesetName,
[OutAttribute] String^% shelvesetOwner
)
static member Decode :
shelvedItemArtifactName:string *
serverItem:string byref *
shelvesetName:string byref *
shelvesetOwner:string byref -> unit
public static function Decode(
shelvedItemArtifactName : String,
serverItem : String,
shelvesetName : String,
shelvesetOwner : String
)
Parameters
- shelvedItemArtifactName
Type: System.String
- serverItem
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.