Propriedade SchemaModelViewerControllerBaseInternal.HierarchyGenerator
Obtém ou define o gerador de hierarquia do esquema.
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 Property HierarchyGenerator As ISchemaHierarchyGenerator
Get
Set
protected ISchemaHierarchyGenerator HierarchyGenerator { get; set; }
protected:
property ISchemaHierarchyGenerator^ HierarchyGenerator {
ISchemaHierarchyGenerator^ get ();
void set (ISchemaHierarchyGenerator^ value);
}
member HierarchyGenerator : ISchemaHierarchyGenerator with get, set
function get HierarchyGenerator () : ISchemaHierarchyGenerator
function set HierarchyGenerator (value : ISchemaHierarchyGenerator)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaHierarchyGenerator
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
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer