TreeNodeStyleCollection.Add(TreeNodeStyle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した TreeNodeStyle オブジェクトを TreeNodeStyleCollection オブジェクトの末尾に追加します。
public:
int Add(System::Web::UI::WebControls::TreeNodeStyle ^ style);
public int Add (System.Web.UI.WebControls.TreeNodeStyle style);
member this.Add : System.Web.UI.WebControls.TreeNodeStyle -> int
Public Function Add (style As TreeNodeStyle) As Integer
パラメーター
- style
- TreeNodeStyle
追加する TreeNodeStyle。
戻り値
新しい TreeNodeStyle が挿入された位置。
注釈
メソッドを Add 使用して、指定した TreeNodeStyle オブジェクトを オブジェクトの末尾に TreeNodeStyleCollection 追加します。
Note
TreeNodeStyleCollectionを使用すると、重複するTreeNodeStyleオブジェクトだけでなく、 を追加null
できます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET