SchemaModelViewerControllerBase.DeleteObjects Method
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>>
)
Parameters
- elementNodes
Type: System.Collections.Generic.IList<ISchemaModelViewerElementNode>
- errorResults
Type: System.Collections.Generic.IList<Tuple<String, String>>%
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace