DatabaseSchemaViewAddItemDialogContext.ModelElement Property
Gets or sets the model element that the Schema View node either represents or is under.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property ModelElement As IModelElement
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)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseSchemaViewAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace