SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths (Método) (IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Devuelve las rutas de acceso del nodo de la Vista de esquema para las rutas de acceso del nodo del generador de la jerarquía y de la memoria caché que se han especificado.
Espacio de nombres: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado: Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxis
'Declaración
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>>
Rutas de acceso del nodo de la jerarquía del generador.
- cachePaths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Rutas de acceso almacenadas en memoria caché.
- added
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Se llena con nodos creados a partir de los nodos del generador.
- updated
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Se llena con los nodos de la memoria caché.
- removed
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Se llena con nodos en los que se encontró una coincidencia entre el generador y la memoria caché.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
SchemaModelViewerControllerBaseInternal Clase
GetPathsFromGeneratorPaths (Sobrecarga)
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)