Share via


Metodo Workspace.QueryShelvedChanges (String, String, array<ItemSpec )

Ottiene le modifiche sottoposte a shelving per la query specificata.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintassi

'Dichiarazione
Public Function QueryShelvedChanges ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    itemSpecs As ItemSpec() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs
)

Parametri

  • shelvesetName
    Tipo: System.String
    Il nome shelveset.Può essere null.
  • shelvesetOwner
    Tipo: System.String
    Nome utentePuò essere null.

Valore restituito

Tipo: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
Una matrice di serie in corso con modifiche sottoposte a shelving.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Workspace Classe

Overload QueryShelvedChanges

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Client