Compartir a través de


SchemaModelViewerControllerBase.DeleteObjects (Método)

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Overridable Sub DeleteObjects ( _
    elementNodes As IList(Of ISchemaModelViewerElementNode), _
    <OutAttribute> ByRef errorResults As IList(Of Tuple(Of String, String)) _
)
public virtual void DeleteObjects(
    IList<ISchemaModelViewerElementNode> elementNodes,
    out IList<Tuple<string, string>> errorResults
)
public:
virtual void DeleteObjects(
    IList<ISchemaModelViewerElementNode^>^ elementNodes, 
    [OutAttribute] IList<Tuple<String^, String^>^>^% errorResults
)
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 function DeleteObjects(
    elementNodes : IList<ISchemaModelViewerElementNode>, 
    errorResults : IList<Tuple<String, String>>
)

Parámetros

Implementaciones

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

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBase Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)