Sdílet prostřednictvím


SchemaCompareSettingsService.DisplayableTopElementClassesTypes – vlastnost

Při přepsání v odvozené třídě získá seznam typů, které představují typy tříd, které jsou zobrazeny v Schématu porovnat okna Visual Studio Premium a Visual Studio Ultimate.

Obor názvů:  Microsoft.Data.Schema.Tools.Compare.Schema
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
Protected Overridable ReadOnly Property DisplayableTopElementClassesTypes As IList(Of Type)
    Get
protected virtual IList<Type> DisplayableTopElementClassesTypes { get; }
protected:
virtual property IList<Type^>^ DisplayableTopElementClassesTypes {
    IList<Type^>^ get ();
}
abstract DisplayableTopElementClassesTypes : IList<Type>
override DisplayableTopElementClassesTypes : IList<Type>
function get DisplayableTopElementClassesTypes () : IList<Type>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Type>
Seznam typů elementem nejvyšší třídy.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SchemaCompareSettingsService Třída

Microsoft.Data.Schema.Tools.Compare.Schema – obor názvů

Type