共用方式為


SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths 方法 (IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)

傳回指定之階層產生器節點的結構描述檢視節點路徑和快取路徑。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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>>
)

參數

.NET Framework 安全性

請參閱

參考

SchemaModelViewerControllerBaseInternal 類別

GetPathsFromGeneratorPaths 多載

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間