Compartir a través de


SchemaHierarchyUtilities.GetOwningElement (Método)

Devuelve el nodo de modelo más cercano que contiene un elemento del almacén.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Shared Function GetOwningElement ( _
    node As ISchemaModelViewerNode _
) As IModelElement
public static IModelElement GetOwningElement(
    ISchemaModelViewerNode node
)
public:
static IModelElement^ GetOwningElement(
    ISchemaModelViewerNode^ node
)
static member GetOwningElement : 
        node:ISchemaModelViewerNode -> IModelElement 
public static function GetOwningElement(
    node : ISchemaModelViewerNode
) : IModelElement

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Nodo modelo o nullreferencia null (Nothing en Visual Basic) si no se encuentra ningún nodo modelo.

Seguridad de .NET Framework

Vea también

Referencia

SchemaHierarchyUtilities Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)