This documentation is archived and is not being maintained.

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)

public:
property array<Item^>^ Items {
	array<Item^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::Item>
The items in a set.

Show: