Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of element classes that should be displayed by the user interface components.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayableElementClasses As IList(Of ModelElementClass)
public override IList<ModelElementClass> DisplayableElementClasses { get; }
public:
virtual property IList<ModelElementClass^>^ DisplayableElementClasses {
IList<ModelElementClass^>^ get () override;
}
abstract DisplayableElementClasses : IList<ModelElementClass>
override DisplayableElementClasses : IList<ModelElementClass>
override function get DisplayableElementClasses () : IList<ModelElementClass>
Property Value
Type: System.Collections.Generic.IList<ModelElementClass>
The list of element classes that should be displayed by the user interface components.
.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.