命名空间: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
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>>
)
参数
- elementNodes
类型:System.Collections.Generic.IList<ISchemaModelViewerElementNode>
- errorResults
类型:System.Collections.Generic.IList<Tuple<String, String>>%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
ISchemaModelViewerController 接口
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间