DataSourceVersionComparer.Comparer Свойство

Определение

Важно!

Этот API несовместим с CLS.

Возвращает или задает IComparer объект, с которым выполняется сравнение.

protected:
 property System::Collections::Generic::IComparer<System::String ^> ^ Comparer { System::Collections::Generic::IComparer<System::String ^> ^ get(); void set(System::Collections::Generic::IComparer<System::String ^> ^ value); };
[System.CLSCompliant(false)]
protected System.Collections.Generic.IComparer<string> Comparer { get; set; }
[<System.CLSCompliant(false)>]
member this.Comparer : System.Collections.Generic.IComparer<string> with get, set
Protected Property Comparer As IComparer(Of String)

Значение свойства

IComparer<String>

Возвращает IComparer экземпляр объекта.

Атрибуты

Применяется к