Metoda ShelvedItemUri.Decode — (String, String%, String%, String%)
Zobacz przeciążenie
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Common
Zestaw: Microsoft.TeamFoundation.VersionControl.Common.Integration (w Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Składnia
'Deklaracja
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
)
Parametry
- shelvedItemArtifactName
Typ: System.String
- serverItem
Typ: System.String%
- shelvesetName
Typ: System.String%
- shelvesetOwner
Typ: System.String%
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Common