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 。
注意
TreeNodeStyleCollection可讓您新增 null
、以及重複 TreeNodeStyle 的物件。