Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the IComparer object with which to perform a comparison.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Property Comparer As IComparer(Of String)
Get
Set
[CLSCompliantAttribute(false)]
protected IComparer<string> Comparer { get; set; }
[CLSCompliantAttribute(false)]
protected:
property IComparer<String^>^ Comparer {
IComparer<String^>^ get ();
void set (IComparer<String^>^ value);
}
[<CLSCompliantAttribute(false)>]
member Comparer : IComparer<string> with get, set
function get Comparer () : IComparer<String>
function set Comparer (value : IComparer<String>)
Property Value
Type: System.Collections.Generic.IComparer<String>
Returns an IComparer object instance.
.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.
See Also
Reference
DataSourceVersionComparer Class