共用方式為


ClosureContextHelper 類別

提供方法來將封閉區段內容資訊加入至特定項目查核器內容或從中擷取。

繼承階層架構

System.Object
  Microsoft.VisualStudio.Modeling.ClosureContextHelper

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public NotInheritable Class ClosureContextHelper
public sealed class ClosureContextHelper

ClosureContextHelper 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 ClosureContextHelper(ElementGroup) 繫結至項目群組的建構函式。
公用方法 ClosureContextHelper(ElementWalker) 繫結至 ElementWalker 的建構函式。

回頁首

屬性

  名稱 描述
公用屬性 ClosureContext 取得查核器中的所有 Context 物件

回頁首

方法

  名稱 描述
公用方法 AddClosureElementOperation(ClosureElementOperation) 將項目關閉項目作業加入至相關聯的內容
公用方法靜態成員 AddClosureElementOperation(ElementGroup, ClosureElementOperation) 將項目關閉項目作業加入至群組的內容
公用方法靜態成員 AddClosureElementOperation(ElementWalker, ClosureElementOperation) 將項目關閉項目作業加入至查核器的內容
公用方法 AddContextListData(Object, Object) 在特定索引鍵的查核器內容物件中,將資料加入至清單。這個將會建立清單 (如果不存在的話)。
公用方法靜態成員 AddContextListData(ElementGroup, Object, Object) 在特定索引鍵的查核器內容物件中,將資料加入至清單。這個將會建立清單 (如果不存在的話)。
公用方法靜態成員 AddContextListData(ElementWalker, Object, Object) 在特定索引鍵的查核器內容物件中,將資料加入至清單。這個將會建立清單 (如果不存在的話)。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法靜態成員 GetClosureContext(ElementGroup) 取得項目查核器中的關閉內容。
公用方法靜態成員 GetClosureContext(ElementWalker) 取得項目查核器中的關閉內容。
公用方法 GetContextData(Object) 取得單一索引鍵的 ContextData
公用方法靜態成員 GetContextData(ElementGroup, Object) 取得單一索引鍵的 ContextData
公用方法靜態成員 GetContextData(ElementWalker, Object) 取得單一索引鍵的 ContextData
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Resolve 呼叫以解析作業
公用方法 SetContextData(Object, Object) 設定查核項目內容中的資料,以取得特定索引鍵。
公用方法靜態成員 SetContextData(ElementGroup, Object, Object) 設定查核項目內容中的資料,以取得特定索引鍵。
公用方法靜態成員 SetContextData(ElementWalker, Object, Object) 設定查核項目內容中的資料,以取得特定索引鍵。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling 命名空間