DatabaseSchemaViewFolderNode.OwningElement Property
Gets or sets the owning element of the folder.
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 OwningElement As IModelElement
public IModelElement OwningElement { get; set; }
public:
virtual property IModelElement^ OwningElement {
IModelElement^ get () sealed;
void set (IModelElement^ value) sealed;
}
abstract OwningElement : IModelElement with get, set
override OwningElement : IModelElement with get, set
final function get OwningElement () : IModelElement
final function set OwningElement (value : IModelElement)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Implements
ISchemaModelViewerFolderNode.OwningElement
.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
DatabaseSchemaViewFolderNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace