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
- 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
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace