Método SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths (IModelElement, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Retorna os caminhos de nó da visualização Esquema para o elemento de modelo especificado.
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 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
- element
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Elemento de modelo.
- 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.
Valor de retorno
Tipo: System.Boolean
true Se os caminhos foram retornados; Caso contrário, false.
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