PendingChangesExt.Items Property
Note: This API is now obsolete.
Get the current pending changes (included and excluded)
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated.", False)> _
Public ReadOnly Property Items As PendingChange()
[ObsoleteAttribute("This property has been deprecated.", false)]
public PendingChange[] Items { get; }
[ObsoleteAttribute(L"This property has been deprecated.", false)]
public:
property array<PendingChange^>^ Items {
array<PendingChange^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated.", false)>]
member Items : PendingChange[] with get
function get Items () : 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