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.
Instantiates control.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
    workItemStore As WorkItemStore, _
    multiSelect As Boolean, _
    preferTfsVisualStyle As Boolean _
)
public PickWorkItemsControl(
    WorkItemStore workItemStore,
    bool multiSelect,
    bool preferTfsVisualStyle
)
public:
PickWorkItemsControl(
    WorkItemStore^ workItemStore, 
    bool multiSelect, 
    bool preferTfsVisualStyle
)
new : 
        workItemStore:WorkItemStore * 
        multiSelect:bool * 
        preferTfsVisualStyle:bool -> PickWorkItemsControl
public function PickWorkItemsControl(
    workItemStore : WorkItemStore, 
    multiSelect : boolean, 
    preferTfsVisualStyle : boolean
)
Parameters
- workItemStore
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore
- multiSelect
 Type: System.Boolean
- preferTfsVisualStyle 
 Type: System.Boolean- Specifies if control should use TFS Themed Color Styling Conventions or opt out to stick with Windows Forms defaults. 
.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.WorkItemTracking.Controls Namespace