Compartilhar via


Método ISchemaModelViewerController.DeleteObjects

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

Sintaxe

'Declaração
Sub DeleteObjects ( _
    elementNodes As IList(Of ISchemaModelViewerElementNode), _
    <OutAttribute> ByRef errorResults As IList(Of Tuple(Of String, String)) _
)
void DeleteObjects(
    IList<ISchemaModelViewerElementNode> elementNodes,
    out IList<Tuple<string, string>> errorResults
)
void DeleteObjects(
    IList<ISchemaModelViewerElementNode^>^ elementNodes, 
    [OutAttribute] IList<Tuple<String^, String^>^>^% errorResults
)
abstract DeleteObjects : 
        elementNodes:IList<ISchemaModelViewerElementNode> * 
        errorResults:IList<Tuple<string, string>> byref -> unit 
function DeleteObjects(
    elementNodes : IList<ISchemaModelViewerElementNode>, 
    errorResults : IList<Tuple<String, String>>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerController Interface

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