PendingChangesExt.SelectedIncludedItems Property
Get the currently selected included items
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedIncludedItems As PendingChangesItem()
public PendingChangesItem[] SelectedIncludedItems { get; }
public:
virtual property array<PendingChangesItem^>^ SelectedIncludedItems {
array<PendingChangesItem^>^ get () sealed;
}
abstract SelectedIncludedItems : PendingChangesItem[] with get
override SelectedIncludedItems : PendingChangesItem[] with get
final function get SelectedIncludedItems () : PendingChangesItem[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.PendingChangesItem[]
Returns PendingChangesItem.
Implements
IPendingChangesExt.SelectedIncludedItems
.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