ISchemaModelViewerElementNode.ModelElement Property
Gets or sets the model store element that is attached to this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property ModelElement As IModelElement
IModelElement ModelElement { get; set; }
property IModelElement^ ModelElement {
IModelElement^ get ();
void set (IModelElement^ value);
}
abstract 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
ISchemaModelViewerElementNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace