This documentation is archived and is not being maintained.

Shelveset::AssociatedWorkItems Property

Returns a limited set of information about the associated work items with this changeset.

This property does not spin up a WorkItemStore. Therefore, it is very quick.

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

public:
property array<AssociatedWorkItemInfo^>^ AssociatedWorkItems {
	array<AssociatedWorkItemInfo^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::AssociatedWorkItemInfo>
The associated work items.

Show: