Share via


PendingChangesExt.CheckedItems Property

Note: This API is now obsolete.

Get the included pending 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 IncludedChanges instead.",  _
    False)> _
Public ReadOnly Property CheckedItems As PendingChange()
[ObsoleteAttribute("This property has been deprecated. Please use IncludedChanges instead.", 
    false)]
public PendingChange[] CheckedItems { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please use IncludedChanges instead.", 
    false)]
public:
property array<PendingChange^>^ CheckedItems {
    array<PendingChange^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please use IncludedChanges instead.", 
    false)>]
member CheckedItems : PendingChange[] with get
function get CheckedItems () : 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