This documentation is archived and is not being maintained.
WorkItemCheckinInfo::FromWorkItemCheckedInfo Method (array<WorkItemCheckedInfo>, WorkItemStore, Boolean)
Visual Studio 2013
Convert WorkItemCheckedInfo objects (persisted data) into WorkItemCheckinInfo objects.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<WorkItemCheckinInfo^>^ FromWorkItemCheckedInfo( array<WorkItemCheckedInfo^>^ checkedInfo, WorkItemStore^ workItemStore, bool filterDestroyed )
Parameters
- checkedInfo
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckedInfo>
WorkItemCheckedInfo objects to convert
- workItemStore
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemStore
the work item store from which to obtain WorkItem objects
- filterDestroyed
- Type: System::Boolean
Ignores work items that have been destroyed in when set to true. When set to false, DeniedOrNotExistException will be thrown when a destroyed work item is encountered.
- 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.
Show: