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
- elementNodes
Typ: System.Collections.Generic.IList<ISchemaModelViewerElementNode>
- errorResults
Typ: System.Collections.Generic.IList<Tuple<String, String>>%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
ISchemaModelViewerController Rozhraní
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů