Sdílet prostřednictvím


ISchemaModelViewerController.DeleteObjects – metoda

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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>>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISchemaModelViewerController Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů