Changeset.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)
Syntax
'Declaration
Public ReadOnly Property AssociatedWorkItems As AssociatedWorkItemInfo()
public AssociatedWorkItemInfo[] AssociatedWorkItems { get; }
public:
property array<AssociatedWorkItemInfo^>^ AssociatedWorkItems {
array<AssociatedWorkItemInfo^>^ get ();
}
member AssociatedWorkItems : AssociatedWorkItemInfo[] with get
function get AssociatedWorkItems () : AssociatedWorkItemInfo[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.AssociatedWorkItemInfo[]
.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.