Compartilhar via


Propriedade PendingChange.EmptyIEnumerable

Obtém um IEnumerable vazia de PendingChanges.

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

Sintaxe

'Declaração
Public Shared ReadOnly Property EmptyIEnumerable As IEnumerable(Of PendingChange)
public static IEnumerable<PendingChange> EmptyIEnumerable { get; }

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<PendingChange>
Um IEnumerable vazia de PendingChanges.

Segurança do .NET Framework

Consulte também

Referência

PendingChange Classe

Namespace Microsoft.TeamFoundation.VersionControl.Client