SchemaCompareSettingsService.DisplayableTopElementClasses Property

Gets the ElementClass list displayed while doing a schema compare.

Namespace:  Microsoft.Data.Schema.Compare.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property DisplayableTopElementClasses As IList(Of ElementClass)
    Get
'Usage
Dim instance As SchemaCompareSettingsService
Dim value As IList(Of ElementClass)

value = instance.DisplayableTopElementClasses
public virtual IList<ElementClass> DisplayableTopElementClasses { get; }
public:
virtual property IList<ElementClass^>^ DisplayableTopElementClasses {
    IList<ElementClass^>^ get ();
}
function get DisplayableTopElementClasses () : IList<ElementClass>
abstract DisplayableTopElementClasses : IList<ElementClass>
override DisplayableTopElementClasses : IList<ElementClass>

Property Value

Type: System.Collections.Generic.IList<ElementClass>

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

SchemaCompareSettingsService Members

Microsoft.Data.Schema.Compare.Schema Namespace