IPendingChangesExt.SelectedExcludedItems Property
Get the currently selected excluded items.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property SelectedExcludedItems As PendingChangesItem()
PendingChangesItem[] SelectedExcludedItems { get; }
property array<PendingChangesItem^>^ SelectedExcludedItems {
array<PendingChangesItem^>^ get ();
}
abstract SelectedExcludedItems : PendingChangesItem[] with get
function get SelectedExcludedItems () : PendingChangesItem[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.PendingChangesItem[]
Returns PendingChangesItem.
.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.TeamFoundation.VersionControl.Controls.Extensibility Namespace