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.
Get the related work items.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property WorkItems As WorkItemCheckinInfo()
WorkItemCheckinInfo[] WorkItems { get; }
property array<WorkItemCheckinInfo^>^ WorkItems {
array<WorkItemCheckinInfo^>^ get ();
}
abstract WorkItems : WorkItemCheckinInfo[] with get
function get WorkItems () : WorkItemCheckinInfo[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
Returns WorkItemCheckinInfo.
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace