ISchemaModelViewerController.CanDeleteObjects Method

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

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

Syntax

'Declaration
Function CanDeleteObjects ( _
    elementNodes As IList(Of ISchemaModelViewerElementNode) _
) As Boolean
bool CanDeleteObjects(
    IList<ISchemaModelViewerElementNode> elementNodes
)
bool CanDeleteObjects(
    IList<ISchemaModelViewerElementNode^>^ elementNodes
)
abstract CanDeleteObjects : 
        elementNodes:IList<ISchemaModelViewerElementNode> -> bool 
function CanDeleteObjects(
    elementNodes : IList<ISchemaModelViewerElementNode>
) : boolean

Parameters

Return Value

Type: System.Boolean
True if all objects can be deleted; otherwise, false.

Remarks

This is an all or nothing check.

.NET Framework Security

See Also

Reference

ISchemaModelViewerController Interface

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