ShelvedItemUri.Decode, méthode (String, String%, String%, String%, UriType%)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common.Integration (dans Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntaxe
'Déclaration
Public Shared Sub Decode ( _
shelvedItemArtifactName As String, _
<OutAttribute> ByRef serverItem As String, _
<OutAttribute> ByRef shelvesetName As String, _
<OutAttribute> ByRef shelvesetOwner As String, _
<OutAttribute> ByRef type As UriType _
)
public static void Decode(
string shelvedItemArtifactName,
out string serverItem,
out string shelvesetName,
out string shelvesetOwner,
out UriType type
)
Paramètres
- shelvedItemArtifactName
Type : System.String
- serverItem
Type : System.String%
- shelvesetName
Type : System.String%
- shelvesetOwner
Type : System.String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Common, espace de noms