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
- 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.
See Also
Reference
ModelingEnumerationConverter Class