Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an IComparer object that can order the values of the enumeration.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property Comparer As IComparer
Get
protected virtual IComparer Comparer { get; }
protected:
virtual property IComparer^ Comparer {
IComparer^ get ();
}
abstract Comparer : IComparer
override Comparer : IComparer
function get Comparer () : IComparer
Property Value
Type: System.Collections.IComparer
An IComparer object that can order the values of the enumeration.
Remarks
By default, this method returns Comparer.Default.
Notes to Inheritors
Override this property to provide a different sort order.
.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.