Delen via


DatabaseSchemaViewControllerBase.DeleteObjects Method

This member overrides SchemaModelViewerControllerBase.DeleteObjects(IList<ISchemaModelViewerElementNode>, IList<Tuple<String, String>>%).

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

Syntax

'Declaration
Public Overrides Sub DeleteObjects ( _
    elementNodes As IList(Of ISchemaModelViewerElementNode), _
    <OutAttribute> ByRef errorResults As IList(Of Tuple(Of String, String)) _
)
public override void DeleteObjects(
    IList<ISchemaModelViewerElementNode> elementNodes,
    out IList<Tuple<string, string>> errorResults
)
public:
virtual void DeleteObjects(
    IList<ISchemaModelViewerElementNode^>^ elementNodes, 
    [OutAttribute] IList<Tuple<String^, String^>^>^% errorResults
) override
abstract DeleteObjects : 
        elementNodes:IList<ISchemaModelViewerElementNode> * 
        errorResults:IList<Tuple<string, string>> byref -> unit 
override DeleteObjects : 
        elementNodes:IList<ISchemaModelViewerElementNode> * 
        errorResults:IList<Tuple<string, string>> byref -> unit 
public override function DeleteObjects(
    elementNodes : IList<ISchemaModelViewerElementNode>, 
    errorResults : IList<Tuple<String, String>>
)

Parameters

Implements

ISchemaModelViewerController.DeleteObjects(IList<ISchemaModelViewerElementNode>, IList<Tuple<String, String>>%)

.NET Framework Security

See Also

Reference

DatabaseSchemaViewControllerBase Class

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