Método SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths (IModelElement, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Retorna os caminhos de nó da visualização Esquema para a hierarquia especificada caminhos de nó do gerador.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Protected Sub GetPathsFromGeneratorPaths ( _
element As IModelElement, _
paths As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef added As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef updated As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef removed As IList(Of IList(Of ISchemaModelViewerNode)) _
)
protected void GetPathsFromGeneratorPaths(
IModelElement element,
IList<IList<ISchemaModelViewerNode>> paths,
out IList<IList<ISchemaModelViewerNode>> added,
out IList<IList<ISchemaModelViewerNode>> updated,
out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
void GetPathsFromGeneratorPaths(
IModelElement^ element,
IList<IList<ISchemaModelViewerNode^>^>^ paths,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
member GetPathsFromGeneratorPaths :
element:IModelElement *
paths:IList<IList<ISchemaModelViewerNode>> *
added:IList<IList<ISchemaModelViewerNode>> byref *
updated:IList<IList<ISchemaModelViewerNode>> byref *
removed:IList<IList<ISchemaModelViewerNode>> byref -> unit
protected function GetPathsFromGeneratorPaths(
element : IModelElement,
paths : IList<IList<ISchemaModelViewerNode>>,
added : IList<IList<ISchemaModelViewerNode>>,
updated : IList<IList<ISchemaModelViewerNode>>,
removed : IList<IList<ISchemaModelViewerNode>>
)
Parâmetros
- element
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Elemento de modelo.
- paths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Caminhos de nó de hierarquia do gerador.
- added
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Preenchida conosco criados a partir do nó do gerador.
- updated
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Preenchida conosco a partir do cache.
- removed
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Preenchida conosco onde uma correspondência ocorreu entre o gerador e cache.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SchemaModelViewerControllerBaseInternal Classe
Sobrecargas GetPathsFromGeneratorPaths
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer