This documentation is archived and is not being maintained.

WorkspaceItemSet::Items Property

Gets the collection of workspace items in the set.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkspaceItem>
The collection of workspace items in the set.

Show: