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 对象实例。

属性

适用于