PickWorkItemsControl Constructor (WorkItemStore, Boolean)
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Public Sub New ( _
workItemStore As WorkItemStore, _
multiSelection As Boolean _
)
public PickWorkItemsControl(
WorkItemStore workItemStore,
bool multiSelection
)
public:
PickWorkItemsControl(
WorkItemStore^ workItemStore,
bool multiSelection
)
new :
workItemStore:WorkItemStore *
multiSelection:bool -> PickWorkItemsControl
public function PickWorkItemsControl(
workItemStore : WorkItemStore,
multiSelection : boolean
)
Parameters
- workItemStore
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore
- multiSelection
Type: System.Boolean
.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.