DatabaseSchemaViewElementNode.ModelElement Property
Gets or sets the model element associated with this Schema View node.
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:
virtual property IModelElement^ ModelElement {
IModelElement^ get () sealed;
void set (IModelElement^ value) sealed;
}
abstract ModelElement : IModelElement with get, set
override ModelElement : IModelElement with get, set
final function get ModelElement () : IModelElement
final function set ModelElement (value : IModelElement)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Implements
ISchemaModelViewerElementNode.ModelElement
.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
DatabaseSchemaViewElementNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace