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
- 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