DatabaseSchemaViewAddItemDialogContext.ModelElement 屬性
取得或設定模型項目,這是結構描述檢視節點代表的模型項目,或是結構描述檢視節點的上層項目。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Property ModelElement As IModelElement
Get
Set
public IModelElement ModelElement { get; set; }
public:
property IModelElement^ ModelElement {
IModelElement^ get ();
void set (IModelElement^ value);
}
member ModelElement : IModelElement with get, set
function get ModelElement () : IModelElement
function set ModelElement (value : IModelElement)
屬性值
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
DatabaseSchemaViewAddItemDialogContext 類別
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空間