QueryBuilderControl Constructor (WorkItemStore, String)
Constructs the builder and intializes with a specific team project.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
store As WorkItemStore, _
teamProjectName As String _
)
public QueryBuilderControl(
WorkItemStore store,
string teamProjectName
)
public:
QueryBuilderControl(
WorkItemStore^ store,
String^ teamProjectName
)
new :
store:WorkItemStore *
teamProjectName:string -> QueryBuilderControl
public function QueryBuilderControl(
store : WorkItemStore,
teamProjectName : String
)
Parameters
store
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStoreWorkItemStore of the query.
teamProjectName
Type: System.StringTeam Project name associated with the builder (must exist on the store.)
.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