PendingChangesExt.SelectedExcludedItems Property

Get the currently selected excluded items

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.PendingChangesItem[]
Returns PendingChangesItem.

Implements

IPendingChangesExt.SelectedExcludedItems

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace