ISchemaModelViewerController.DeleteObjects 方法
命名空間: 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 命名空間