Share via


ISchemaViewController.CanBeDisplayed Method

Returns whether the argument model element is able to be displayed in the schema view.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function CanBeDisplayed ( _
    modelElement As IModelElement _
) As Boolean
'Usage
Dim instance As ISchemaViewController
Dim modelElement As IModelElement
Dim returnValue As Boolean

returnValue = instance.CanBeDisplayed(modelElement)
bool CanBeDisplayed(
    IModelElement modelElement
)
bool CanBeDisplayed(
    IModelElement^ modelElement
)
function CanBeDisplayed(
    modelElement : IModelElement
) : boolean
abstract CanBeDisplayed : 
        modelElement:IModelElement -> bool 

Parameters

Return Value

Type: System.Boolean
Returns true if the argument model element is able to be displayed, false otherwise.

.NET Framework Security

See Also

Reference

ISchemaViewController Interface

ISchemaViewController Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace