Share via


VersionControlFolderDifference.Items Property

Get all items in the results view.

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

Syntax

'Declaration
Public ReadOnly Property Items As VersionControlFolderDifferenceItem()
public VersionControlFolderDifferenceItem[] Items { get; }
public:
property array<VersionControlFolderDifferenceItem^>^ Items {
    array<VersionControlFolderDifferenceItem^>^ get ();
}
member Items : VersionControlFolderDifferenceItem[] with get
function get Items () : VersionControlFolderDifferenceItem[]

Property Value

Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceItem[]
Returns VersionControlFolderDifferenceItem.

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace