PresentationViewsSubject 建構函式 (PresentationElement, ModelElement)
建構函式會在與指定之 PresentationElement 相同的磁碟分割中建立 PresentationViewsSubject 連結。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Public Sub New ( _
source As PresentationElement, _
target As ModelElement _
)
public PresentationViewsSubject(
PresentationElement source,
ModelElement target
)
參數
- source
類型:Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
要當成關聯性之來源使用的 PresentationElement。
- target
類型:Microsoft.VisualStudio.Modeling.ModelElement
要當成關聯性之目標使用的 ModelElement。
備註
簡報項目和 PresentationViewsSubject 連結從網域模型項目的個別 Partition通常建立。
您可以藉由設定 PresentationElement 中的 Model 屬性,建構此關聯性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。