次の方法で共有


TreeNodeStyleCollection.Add(TreeNodeStyle) メソッド

定義

指定した 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できます。

適用対象

こちらもご覧ください