Partilhar via


Propriedade PendingSet.PendingChanges

Esta é a lista de alterações associados com esse conjunto pendente.

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

Sintaxe

'Declaração
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property PendingChanges As StreamingCollection(Of PendingChange)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<PendingChange> PendingChanges { get; set; }

Valor de propriedade

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingChange>
Retorna StreamingCollection<T>.

Segurança do .NET Framework

Consulte também

Referência

PendingSet Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server