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 work items.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property WorkItems As WorkItemCheckinInfo()
public WorkItemCheckinInfo[] WorkItems { get; }
public:
virtual property array<WorkItemCheckinInfo^>^ WorkItems {
array<WorkItemCheckinInfo^>^ get () sealed;
}
abstract WorkItems : WorkItemCheckinInfo[] with get
override WorkItems : WorkItemCheckinInfo[] with get
final function get WorkItems () : WorkItemCheckinInfo[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
Returns WorkItemCheckinInfo.
Implements
.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.VisualStudio.TeamFoundation.VersionControl Namespace