SchemaCompareSettingsService.DisplayableTopElementClassesTypes Property
When overridden in a derived class, gets a list of types that represent the types of classes that are to be displayed in the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DisplayableTopElementClassesTypes As IList(Of Type)
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>
Property Value
Type: System.Collections.Generic.IList<Type>
The list of types of the top element classes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareSettingsService Class