Compartir a través de


SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths (Método) (IModelElement, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)

Devuelve las rutas de acceso del nodo de la Vista de esquema para el elemento de modelo 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 Function GetPathsFromGeneratorPaths ( _
    element As IModelElement, _
    <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)) _
) As Boolean
protected bool GetPathsFromGeneratorPaths(
    IModelElement element,
    out IList<IList<ISchemaModelViewerNode>> added,
    out IList<IList<ISchemaModelViewerNode>> updated,
    out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
bool GetPathsFromGeneratorPaths(
    IModelElement^ element, 
    [OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added, 
    [OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated, 
    [OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
member GetPathsFromGeneratorPaths : 
        element:IModelElement * 
        added:IList<IList<ISchemaModelViewerNode>> byref * 
        updated:IList<IList<ISchemaModelViewerNode>> byref * 
        removed:IList<IList<ISchemaModelViewerNode>> byref -> bool 
protected function GetPathsFromGeneratorPaths(
    element : IModelElement, 
    added : IList<IList<ISchemaModelViewerNode>>, 
    updated : IList<IList<ISchemaModelViewerNode>>, 
    removed : IList<IList<ISchemaModelViewerNode>>
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
Es true si se devolvieron rutas de acceso; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBaseInternal Clase

GetPathsFromGeneratorPaths (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)