SchemaHierarchyBase.GetElementParent Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Function GetElementParent ( _
element As IModelElement _
) As IModelElement
'Usage
Dim element As IModelElement
Dim returnValue As IModelElement
returnValue = Me.GetElementParent(element)
protected virtual IModelElement GetElementParent(
IModelElement element
)
protected:
virtual IModelElement^ GetElementParent(
IModelElement^ element
)
protected function GetElementParent(
element : IModelElement
) : IModelElement
abstract GetElementParent :
element:IModelElement -> IModelElement
override GetElementParent :
element:IModelElement -> IModelElement
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Return 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.