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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace