Método ShelvesetUri.Decode (String, String%, String%, UriType%)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (em Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Sintaxe
'Declaração
Public Shared Sub Decode ( _
shelvesetArtifactName As String, _
<OutAttribute> ByRef shelvesetName As String, _
<OutAttribute> ByRef shelvesetOwner As String, _
<OutAttribute> ByRef type As UriType _
)
public static void Decode(
string shelvesetArtifactName,
out string shelvesetName,
out string shelvesetOwner,
out UriType type
)
Parâmetros
- shelvesetArtifactName
Tipo: System.String
- shelvesetName
Tipo: System.String%
- shelvesetOwner
Tipo: System.String%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.