ModelingEnumerationConverter.Comparer Property

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

Syntax

'宣言
Protected Overridable ReadOnly Property Comparer As IComparer
'使用
Dim value As IComparer

value = Me.Comparer
protected virtual IComparer Comparer { get; }
protected:
virtual property IComparer^ Comparer {
    IComparer^ get ();
}
protected function get Comparer () : IComparer

Property Value

Type: System.Collections.IComparer

Permissions

See Also

Reference

ModelingEnumerationConverter Class

ModelingEnumerationConverter Members

Microsoft.VisualStudio.Modeling.Design Namespace