EventDescriptorCollection.Sort メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EventDescriptorCollection のメンバーを並べ替えます。
オーバーロード
Sort(String[], IComparer) |
指定した並べ替え順序と EventDescriptorCollection を使用して、IComparer のメンバーを並べ替えます。 |
Sort(String[]) |
指定した並べ替え順序で、EventDescriptorCollection のメンバーを並べ替えます。 |
Sort() |
コレクションの既定の並べ替え順序を使用して、EventDescriptorCollection のメンバーを並べ替えます。既定の並べ替え順序は、通常はアルファベット順です。 |
Sort(IComparer) |
指定した EventDescriptorCollection を使用して、IComparer のメンバーを並べ替えます。 |
Sort(String[], IComparer)
指定した並べ替え順序と EventDescriptorCollection を使用して、IComparer のメンバーを並べ替えます。
public:
virtual System::ComponentModel::EventDescriptorCollection ^ Sort(cli::array <System::String ^> ^ names, System::Collections::IComparer ^ comparer);
public virtual System.ComponentModel.EventDescriptorCollection Sort (string[] names, System.Collections.IComparer comparer);
abstract member Sort : string[] * System.Collections.IComparer -> System.ComponentModel.EventDescriptorCollection
override this.Sort : string[] * System.Collections.IComparer -> System.ComponentModel.EventDescriptorCollection
Public Overridable Function Sort (names As String(), comparer As IComparer) As EventDescriptorCollection
パラメーター
- names
- String[]
コレクション内の EventDescriptor オブジェクトを並べ替える順序を記述する文字列の配列。
- comparer
- IComparer
コレクション内の IComparer オブジェクトを並べ替えるために使用する EventDescriptor。
戻り値
新しい EventDescriptorCollection。
例
次のコード例では、 メソッドの並べ替え順序を Sort 定義します。 にEventDescriptorCollection、B
C
および D
という名前A
の 4 つのEventDescriptorオブジェクトが含まれている場合、 のmyNewColl
プロパティは、、B
、A
、および C
の順序D
で並べ替えられます。
array<String^>^ temp0 = {"D","B"};
myNewColl = this->Sort( temp0 );
myNewColl = this.Sort(new string[]{"D", "B"});
myNewColl = Me.Sort(New String() {"D", "B"})
注釈
指定した並べ替え順序が最初に適用され、その後に指定した を使用した並べ替えが適用されます IComparer。
注意
HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、 クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してくださいHostProtectionAttribute。
こちらもご覧ください
適用対象
Sort(String[])
指定した並べ替え順序で、EventDescriptorCollection のメンバーを並べ替えます。
public:
virtual System::ComponentModel::EventDescriptorCollection ^ Sort(cli::array <System::String ^> ^ names);
public virtual System.ComponentModel.EventDescriptorCollection Sort (string[] names);
abstract member Sort : string[] -> System.ComponentModel.EventDescriptorCollection
override this.Sort : string[] -> System.ComponentModel.EventDescriptorCollection
Public Overridable Function Sort (names As String()) As EventDescriptorCollection
パラメーター
- names
- String[]
コレクション内の EventDescriptor オブジェクトを並べ替える順序を記述する文字列の配列。
戻り値
新しい EventDescriptorCollection。
例
次のコード例では、 メソッドの並べ替え順序を Sort 定義します。 にEventDescriptorCollection、B
C
および D
という名前A
の 4 つのEventDescriptorオブジェクトが含まれている場合、 のmyNewColl
プロパティは、、B
、A
、および C
の順序D
で並べ替えられます。
array<String^>^ temp0 = {"D","B"};
myNewColl = this->Sort( temp0 );
myNewColl = this.Sort(new string[]{"D", "B"});
myNewColl = Me.Sort(New String() {"D", "B"})
注釈
指定した順序が最初に適用され、次にコレクションの既定の並べ替え順序が適用されます。既定の並べ替え順序は、通常はアルファベット順です。
注意
HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、 クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してくださいHostProtectionAttribute。
こちらもご覧ください
適用対象
Sort()
コレクションの既定の並べ替え順序を使用して、EventDescriptorCollection のメンバーを並べ替えます。既定の並べ替え順序は、通常はアルファベット順です。
public:
virtual System::ComponentModel::EventDescriptorCollection ^ Sort();
public virtual System.ComponentModel.EventDescriptorCollection Sort ();
abstract member Sort : unit -> System.ComponentModel.EventDescriptorCollection
override this.Sort : unit -> System.ComponentModel.EventDescriptorCollection
Public Overridable Function Sort () As EventDescriptorCollection
戻り値
新しい EventDescriptorCollection。
例
次のコード例では、 メソッドの並べ替え順序を Sort 定義します。 にEventDescriptorCollection、B
C
および D
という名前A
の 4 つのEventDescriptorオブジェクトが含まれている場合、 のmyNewColl
プロパティは、、B
、A
、および C
の順序D
で並べ替えられます。
array<String^>^ temp0 = {"D","B"};
myNewColl = this->Sort( temp0 );
myNewColl = this.Sort(new string[]{"D", "B"});
myNewColl = Me.Sort(New String() {"D", "B"})
注釈
注意
HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、 クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してくださいHostProtectionAttribute。
適用対象
Sort(IComparer)
指定した EventDescriptorCollection を使用して、IComparer のメンバーを並べ替えます。
public:
virtual System::ComponentModel::EventDescriptorCollection ^ Sort(System::Collections::IComparer ^ comparer);
public virtual System.ComponentModel.EventDescriptorCollection Sort (System.Collections.IComparer comparer);
abstract member Sort : System.Collections.IComparer -> System.ComponentModel.EventDescriptorCollection
override this.Sort : System.Collections.IComparer -> System.ComponentModel.EventDescriptorCollection
Public Overridable Function Sort (comparer As IComparer) As EventDescriptorCollection
パラメーター
- comparer
- IComparer
コレクション内の IComparer オブジェクトを並べ替えるために使用する EventDescriptor。
戻り値
新しい EventDescriptorCollection。
例
次のコード例では、 メソッドの並べ替え順序を Sort 定義します。 にEventDescriptorCollection、B
C
および D
という名前A
の 4 つのEventDescriptorオブジェクトが含まれている場合、 のmyNewColl
プロパティは、、B
、A
、および C
の順序D
で並べ替えられます。
array<String^>^ temp0 = {"D","B"};
myNewColl = this->Sort( temp0 );
myNewColl = this.Sort(new string[]{"D", "B"});
myNewColl = Me.Sort(New String() {"D", "B"})
注釈
指定した IComparer が最初に適用され、その後にこのコレクションの既定の並べ替えが適用されます。通常はアルファベット順です。
注意
HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、 クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してくださいHostProtectionAttribute。
こちらもご覧ください
適用対象
.NET