[]
サイドボタンのコレクションを表します。
public class ButtonTextCollectionInfo : BaseKeyCollection, ICollection, IEnumerable, ICloneable
Public Class ButtonTextCollectionInfo
Inherits BaseKeyCollection
Implements ICollection, IEnumerable, ICloneable
| 名前 | 説明 |
|---|---|
| ButtonTextCollectionInfo() | ButtonTextCollectionInfo コンストラクタクラスの新しいインスタンスを初期化します。 |
| ButtonTextCollectionInfo(string[], string[]) | ButtonTextCollectionInfo コンストラクタクラスの新しいインスタンスを初期化します。 |
| 名前 | 説明 |
|---|---|
| this[int] | 指定したインデックスに従って値を取得します。 |
| this[string] | 指定したキーに従って値を取得します。 |
| 名前 | 説明 |
|---|---|
| Add(string, string) | ButtonTextCollectionInfoに項目を追加します。 |
| AddRange(string[], string[]) | ButtonTextCollectionInfoに項目を追加します。 |
| CopyTo(string[]) | 指定の配列にコレクションの項目をコピーします。 |
| CopyTo(string[], int) | 指定配列の指定位置から、コレクションの項目をコピーします。 |
| Insert(int, string, string) | ButtonTextCollectionInfoに項目を追加します。 |
| IsKeyValid(string) | キーが有効かどうかをチェックします。 |