Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets work items associated with this changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WorkItems As WorkItem()
'Usage
Dim instance As Changeset
Dim value As WorkItem()
value = instance.WorkItems
public WorkItem[] WorkItems { get; }
public:
property array<WorkItem^>^ WorkItems {
array<WorkItem^>^ get ();
}
public function get WorkItems () : WorkItem[]
Property Value
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem[]
An array of WorkItem instances associated with the changeset.
.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.