Compartilhar via


Propriedade ISchemaModelViewerFolderNode.OwningElement

Obtém o elemento de modelo que possui a pasta.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
ReadOnly Property OwningElement As IModelElement
    Get
IModelElement OwningElement { get; }
property IModelElement^ OwningElement {
    IModelElement^ get ();
}
abstract OwningElement : IModelElement
function get OwningElement () : IModelElement

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerFolderNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer