Metoda VersionedItemUri.Decode — (String, String%, Int32%, Int32%, UriType%)
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 ( _
versionedItemArtifactName As String, _
<OutAttribute> ByRef serverItem As String, _
<OutAttribute> ByRef changeset As Integer, _
<OutAttribute> ByRef deletionId As Integer, _
<OutAttribute> ByRef type As UriType _
)
public static void Decode(
string versionedItemArtifactName,
out string serverItem,
out int changeset,
out int deletionId,
out UriType type
)
Parametry
- versionedItemArtifactName
Typ: System.String
- serverItem
Typ: System.String%
- changeset
Typ: System.Int32%
- deletionId
Typ: System.Int32%
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