Método SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths (IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Retorna os caminhos de nó da visualização Esquema para o gerador de hierarquia especificada em caminhos de nó e o cache.
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 Shared Sub GetPathsFromGeneratorPaths ( _
paths As IList(Of IList(Of ISchemaModelViewerNode)), _
cachePaths 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 static void GetPathsFromGeneratorPaths(
IList<IList<ISchemaModelViewerNode>> paths,
IList<IList<ISchemaModelViewerNode>> cachePaths,
out IList<IList<ISchemaModelViewerNode>> added,
out IList<IList<ISchemaModelViewerNode>> updated,
out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
static void GetPathsFromGeneratorPaths(
IList<IList<ISchemaModelViewerNode^>^>^ paths,
IList<IList<ISchemaModelViewerNode^>^>^ cachePaths,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
static member GetPathsFromGeneratorPaths :
paths:IList<IList<ISchemaModelViewerNode>> *
cachePaths:IList<IList<ISchemaModelViewerNode>> *
added:IList<IList<ISchemaModelViewerNode>> byref *
updated:IList<IList<ISchemaModelViewerNode>> byref *
removed:IList<IList<ISchemaModelViewerNode>> byref -> unit
protected static function GetPathsFromGeneratorPaths(
paths : IList<IList<ISchemaModelViewerNode>>,
cachePaths : IList<IList<ISchemaModelViewerNode>>,
added : IList<IList<ISchemaModelViewerNode>>,
updated : IList<IList<ISchemaModelViewerNode>>,
removed : IList<IList<ISchemaModelViewerNode>>
)
Parâmetros
- paths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Caminhos de nó de hierarquia do gerador.
- cachePaths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Caminhos em cache.
- 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