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

See Also

Reference

UserInteractionServices Class

Microsoft.Data.Schema Namespace

ModelSchema