MergeContext 類別
提供 ElementGroupPrototype 的物件重新建構至目標存放區時,合併程序一開始設定的合併資訊。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.MergeContext
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public NotInheritable Class MergeContext
public sealed class MergeContext
MergeContext 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
AddRootModelElement | 將 modelElement 加入至異動之 MergeContext 的 RootMel 集合。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetElementGroup | 傳回已重新建構到目標存放區的 ElementGroup。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetRootModelElements | 傳回 ModelElements (非 PresentationElements) 的集合,可做為還原之 ElementGroup 中的根項目。 | |
GetTargetElement | 傳回合併作業的目標 ModelElement。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
HasContext | 如果交易包含 MergeContext 資訊則傳回 true,否則傳回 false。 | |
Set | 將 MergeContext 資訊加入至指定的交易。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
欄位
名稱 | 描述 | |
---|---|---|
PreMergeKey | 當此索引鍵存在於 ElementGroup 的內容中時,在合併一開始時,合併處理序會在 ElementGroup 的每個根項目上,呼叫 PreMergeSelf()。 |
回頁首
備註
提供的合併資訊 (置放或貼上資訊) 由合併程序設定,而且 ElementGroupPrototype 物件重新建構至目標存放區中。
合併資訊在合併程序和修正階段期間執行的。
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。