Udostępnij za pośrednictwem


Metoda VersionControlServer.GetChangeset — (Int32, Boolean, Boolean, array<String[], array<String[], array<String )

Pobiera dane Changeset.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Client
Zestaw:  Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)

Składnia

'Deklaracja
Public Function GetChangeset ( _
    changesetId As Integer, _
    includeChanges As Boolean, _
    includeDownloadInfo As Boolean, _
    changesetPropertyFilters As String(), _
    itemAttributeFilters As String(), _
    itemPropertyFilters As String() _
) As Changeset
public Changeset GetChangeset(
    int changesetId,
    bool includeChanges,
    bool includeDownloadInfo,
    string[] changesetPropertyFilters,
    string[] itemAttributeFilters,
    string[] itemPropertyFilters
)

Parametry

  • includeChanges
    Typ: System.Boolean
    Wartość true, aby uwzględnić zmiany w Changeset.Wartość FAŁSZ, aby dołączyć tylko metadane.
  • includeDownloadInfo
    Typ: System.Boolean
    true Aby uzyskać informacje potrzebne do pobierania plików.Określ false aby zaoszczędzić przepustowość, jeśli nie jest to konieczne.
  • changesetPropertyFilters
    Typ: array<System.String[]
    Lista filtrów nazwa właściwości, aby filtrować wynik.
  • itemAttributeFilters
    Typ: array<System.String[]
    Filtry atrybutu element.
  • itemPropertyFilters
    Typ: array<System.String[]
    Filtry właściwości elementu.

Wartość zwracana

Typ: Microsoft.TeamFoundation.VersionControl.Client.Changeset
Odwołanie do Changeset określając te szczegóły obiektów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie GetChangeset

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client