UserInteractionServices.DisplayableElementClasses Property
Gets a list of the displayable element classes in the ModelSchema of the DSP.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayableElementClasses As IList(Of ModelElementClass)
public virtual IList<ModelElementClass> DisplayableElementClasses { get; }
public:
virtual property IList<ModelElementClass^>^ DisplayableElementClasses {
IList<ModelElementClass^>^ get ();
}
abstract DisplayableElementClasses : IList<ModelElementClass>
override DisplayableElementClasses : IList<ModelElementClass>
function get DisplayableElementClasses () : IList<ModelElementClass>
Property Value
Type: System.Collections.Generic.IList<ModelElementClass>
The element types in the model schema. The default implementation first lists the root element types, then all the types that are children of those types.
.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.