ISchemaModelViewerFolderNode.OwningElement Property
Gets the model element that owns the folder.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property OwningElement As IModelElement
IModelElement OwningElement { get; }
property IModelElement^ OwningElement {
IModelElement^ get ();
}
abstract OwningElement : IModelElement
function get OwningElement () : 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
ISchemaModelViewerFolderNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace