The ID3v2Frames type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ID3v2Frames | ID3v2Frames クラスの新しいインスタンスを初期化します。 |
Methods
Name | Description | |
---|---|---|
Add |
ID3v2Lib.ID3v2_30.ID3v2Frames の末尾にオブジェクトを追加します。
| |
Clear | Collection T からすべての要素を削除します。 (Inherited from Collection ID3v2Frame .) | |
ClearItems | Collection T からすべての要素を削除します。 (Inherited from Collection ID3v2Frame .) | |
Contains | ある要素が Collection T 内に存在するかどうかを判断します。 (Inherited from Collection ID3v2Frame .) | |
CopyTo | Collection T 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。 (Inherited from Collection ID3v2Frame .) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Collection T を反復処理する列挙子を返します。 (Inherited from Collection ID3v2Frame .) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Inherited from Object.) | |
GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
IndexOf | 指定したオブジェクトを検索し、Collection T 全体内で最初に見つかった位置の 0 から始まるインデックスを返します。 (Inherited from Collection ID3v2Frame .) | |
Insert |
ID3v2Lib.ID3v2_30.ID3v2Frames 内の指定したインデックスの位置に要素を挿入します。
| |
InsertItem | Collection T 内の指定したインデックスの位置に要素を挿入します。 (Inherited from Collection ID3v2Frame .) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
Remove | Collection T 内で最初に見つかった特定のオブジェクトを削除します。 (Inherited from Collection ID3v2Frame .) | |
RemoveAt | Collection T の指定したインデックスにある要素を削除します。 (Inherited from Collection ID3v2Frame .) | |
RemoveItem | Collection T の指定したインデックスにある要素を削除します。 (Inherited from Collection ID3v2Frame .) | |
SetItem | 指定したインデックス位置にある要素を置き換えます。 (Inherited from Collection ID3v2Frame .) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | Collection T に実際に格納されている要素の数を取得します。 (Inherited from Collection ID3v2Frame .) | |
Item | 指定したインデックスにある要素を取得または設定します。 (Inherited from Collection ID3v2Frame .) | |
Items | Collection T をラップする IList T ラッパーを取得します。 (Inherited from Collection ID3v2Frame .) |
See Also