Compartilhar via


Método Workspace.Unshelve (String, String, array<ItemSpec[], array<PendingChange[]%)

Reproduz neste espaço de trabalho um conjunto de alterações pendentes que tiverem check-in particular anterior no servidor.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (em Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxe

'Declaração
Public Function Unshelve ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    items As ItemSpec(), _
    <OutAttribute> ByRef changes As PendingChange() _
) As Shelveset
public Shelveset Unshelve(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] items,
    out PendingChange[] changes
)

Parâmetros

  • shelvesetName
    Tipo: System.String
    O nome do check-in particular para desfazer check-in particular.
  • shelvesetOwner
    Tipo: System.String
    O nome do usuário que criou o check-in particular.

Valor de retorno

Tipo: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
O check-in particular que foi desfeito.

Segurança do .NET Framework

Consulte também

Referência

Workspace Classe

Sobrecargas Unshelve

Namespace Microsoft.TeamFoundation.VersionControl.Client