Share via


ItemSet.Items Property

Gets the items in a set.

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

Syntax

'Declaration
Public ReadOnly Property Items As Item()
'Usage
Dim instance As ItemSet 
Dim value As Item()

value = instance.Items
public Item[] Items { get; }
public:
property array<Item^>^ Items {
    array<Item^>^ get ();
}
public function get Items () : Item[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.Item[]
An array of Item members of the set.

.NET Framework Security

See Also

Reference

ItemSet Class

ItemSet Members

Microsoft.TeamFoundation.VersionControl.Client Namespace