Query 建構函式 (WorkItemStore, String, IDictionary, Boolean)
查詢初始化類別的新執行個體。
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Client
組件: Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
語法
'宣告
Public Sub New ( _
store As WorkItemStore, _
wiql As String, _
context As IDictionary, _
dayPrecision As Boolean _
)
public Query(
WorkItemStore store,
string wiql,
IDictionary context,
bool dayPrecision
)
參數
- wiql
型別:System.String
要執行的查詢字串。
- context
型別:System.Collections.IDictionary
巨集和值的字典。
- dayPrecision
型別:System.Boolean
true 表示忽略時間值,以便 DateTime 物件視為日期;,否則為 false。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | 至少一個參數為 null。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。