SchemaViewControllerBase.CanDeleteObjects Method

Returns whether the list of model element nodes can be deleted.

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

Syntax

'Declaration
Public Overridable Function CanDeleteObjects ( _
    elementNodes As IList(Of IDatabaseSchemaViewElementNode) _
) As Boolean
'Usage
Dim instance As SchemaViewControllerBase
Dim elementNodes As IList(Of IDatabaseSchemaViewElementNode)
Dim returnValue As Boolean

returnValue = instance.CanDeleteObjects(elementNodes)
public virtual bool CanDeleteObjects(
    IList<IDatabaseSchemaViewElementNode> elementNodes
)
public:
virtual bool CanDeleteObjects(
    IList<IDatabaseSchemaViewElementNode^>^ elementNodes
)
public function CanDeleteObjects(
    elementNodes : IList<IDatabaseSchemaViewElementNode>
) : boolean
abstract CanDeleteObjects : 
        elementNodes:IList<IDatabaseSchemaViewElementNode> -> bool 
override CanDeleteObjects : 
        elementNodes:IList<IDatabaseSchemaViewElementNode> -> bool 

Parameters

Return Value

Type: System.Boolean

Implements

ISchemaViewController.CanDeleteObjects(IList<IDatabaseSchemaViewElementNode>)

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

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