Share via


ReadOnlyLinkedElementCollection<T>.IBindingList.SupportsSorting Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsSorting As Boolean
    Implements IBindingList.SupportsSorting
bool IBindingList.SupportsSorting { get; }
private:
virtual property bool SupportsSorting {
    bool get () sealed = IBindingList::SupportsSorting::get;
}
private abstract SupportsSorting : bool
private override SupportsSorting : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

Implements

IBindingList.SupportsSorting

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace