Share via


PendingChangesExt.ExcludedChanges Property

Get the excluded pending changes

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property ExcludedChanges As PendingChange()
public PendingChange[] ExcludedChanges { get; }
public:
virtual property array<PendingChange^>^ ExcludedChanges {
    array<PendingChange^>^ get () sealed;
}
abstract ExcludedChanges : PendingChange[] with get 
override ExcludedChanges : PendingChange[] with get
final function get ExcludedChanges () : PendingChange[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.

Implements

IPendingChangesExt.ExcludedChanges

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace