PendingChangesExt.SelectedItems Property

Note: This API is now obsolete.

Get the selected included changes.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please use SelectedIncludedChanges or SelectedExcludedChanges instead.",  _
    False)> _
Public ReadOnly Property SelectedItems As PendingChange()
[ObsoleteAttribute("This property has been deprecated. Please use SelectedIncludedChanges or SelectedExcludedChanges instead.", 
    false)]
public PendingChange[] SelectedItems { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please use SelectedIncludedChanges or SelectedExcludedChanges instead.", 
    false)]
public:
property array<PendingChange^>^ SelectedItems {
    array<PendingChange^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please use SelectedIncludedChanges or SelectedExcludedChanges instead.", 
    false)>]
member SelectedItems : PendingChange[] with get
function get SelectedItems () : PendingChange[]

Property Value

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

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace