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.
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