DatabaseSchemaViewAddItemDialogContext.ModelElement Property
Gets or sets the model element which the schema view node either represents or is under.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property ModelElement As IModelElement
Get
Set
'Usage
Dim instance As DatabaseSchemaViewAddItemDialogContext
Dim value As IModelElement
value = instance.ModelElement
instance.ModelElement = value
public IModelElement ModelElement { get; set; }
public:
property IModelElement^ ModelElement {
IModelElement^ get ();
void set (IModelElement^ value);
}
function get ModelElement () : IModelElement
function set ModelElement (value : IModelElement)
member ModelElement : IModelElement with get, set
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
DatabaseSchemaViewAddItemDialogContext Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace