TranslationCollection.Add メソッド
プロテクト メンバーを含める
継承したメンバーを含める
Translation を作成してコレクションに追加します。
このメンバーはオーバーロードされます。構文、使用方法、および例などに関するこのメンバーの詳細については、オーバーロードの一覧にある名前をクリックしてください。
オーバーロードの一覧
名前 | 説明 | |
---|---|---|
Add(Int32) | 指定した言語の Translation を作成し、コレクションの末尾に追加します。 | |
Add(ModelComponent) | インフラストラクチャです。ModelComponentCollection に ModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。) | |
Add(Translation) | Translation をコレクションの末尾に追加します。 | |
Add(String, IModelComponent) | インフラストラクチャです。ModelComponentCollection に IModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。) | |
Add(Int32, String) | 指定した言語およびキャプションの Translation を作成し、コレクションの末尾に追加します。 | |
Add(ModelComponent, Boolean) | インフラストラクチャです。ModelComponentCollection に ModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。) | |
Add(String, IModelComponent, Boolean) | インフラストラクチャです。ModelComponentCollection に IModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。) |
先頭に戻る