派生クラスでオーバーライドされた場合、グリッド行の指定されたリストをグリッド行の並べ替えられたリストとして返します。
名前空間: Microsoft.Data.Schema.Tools.Compare.Schema
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
Public Overridable Function Sort ( _
gridRows As ICollection(Of KeyValuePair(Of String, SchemaCompareGridRow)) _
) As ICollection(Of KeyValuePair(Of String, SchemaCompareGridRow))
public virtual ICollection<KeyValuePair<string, SchemaCompareGridRow>> Sort(
ICollection<KeyValuePair<string, SchemaCompareGridRow>> gridRows
)
public:
virtual ICollection<KeyValuePair<String^, SchemaCompareGridRow^>>^ Sort(
ICollection<KeyValuePair<String^, SchemaCompareGridRow^>>^ gridRows
)
abstract Sort :
gridRows:ICollection<KeyValuePair<string, SchemaCompareGridRow>> -> ICollection<KeyValuePair<string, SchemaCompareGridRow>>
override Sort :
gridRows:ICollection<KeyValuePair<string, SchemaCompareGridRow>> -> ICollection<KeyValuePair<string, SchemaCompareGridRow>>
public function Sort(
gridRows : ICollection<KeyValuePair<String, SchemaCompareGridRow>>
) : ICollection<KeyValuePair<String, SchemaCompareGridRow>>
パラメーター
- gridRows
型: System.Collections.Generic.ICollection<KeyValuePair<String, SchemaCompareGridRow>>
指定された SchemaCompareGridRow オブジェクトの ICollection<T>。
戻り値
型: System.Collections.Generic.ICollection<KeyValuePair<String, SchemaCompareGridRow>>
グリッド行の並べ替えられたリスト。
解説
このメソッドの既定の実装では、リストは並べ替えられません。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
SchemaCompareSettingsService クラス