次の方法で共有


Move メソッド

AggregationAttribute をコレクション内の新しいインデックスに移動します。

オーバーロードの一覧

  名前 説明
パブリック メソッド Move(Int32, Int32) 指定した現在のインデックスにある AggregationAttribute を、コレクション内の指定した新しいインデックスに移動します。
パブリック メソッド Move(String, Int32) 指定した識別子の AggregationAttribute を、コレクション内の指定したインデックスに移動します。
パブリック メソッド Move(AggregationAttribute, Int32) AggregationAttribute をコレクション内の新しいインデックスに移動します。

Top