Поделиться через


SchemaCompareSettingsService.DisplayableTopElementClassesTypes - свойство

При переопределении в производном классе получает список типов, представляющих типы классов, которые должны отображаться в окне Сравнение схем Visual Studio Premium и Visual Studio Ultimate.

Пространство имен:  Microsoft.Data.Schema.Tools.Compare.Schema
Сборка:  Microsoft.Data.Schema.Tools (в Microsoft.Data.Schema.Tools.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<Type>
Список типов классов верхнего элемента.

Безопасность платформы .NET Framework

См. также

Ссылки

SchemaCompareSettingsService Класс

Microsoft.Data.Schema.Tools.Compare.Schema - пространство имен

Type