ISchemaModelViewerController.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
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
- elementNodes
Tipo: System.Collections.Generic.IList<ISchemaModelViewerElementNode>
- errorResults
Tipo: System.Collections.Generic.IList<Tuple<String, String>>%
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ISchemaModelViewerController Interfaz
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)