共用方式為


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 命名空間