TreeNodeStyleCollection.Add(TreeNodeStyle) Yöntem

Tanım

Belirtilen TreeNodeStyle nesneyi nesnenin sonuna TreeNodeStyleCollection ekler.

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

Parametreler

style
TreeNodeStyle

TreeNodeStyle Eklenecek.

Döndürülenler

Yeninin TreeNodeStyle eklendiği konum.

Açıklamalar

Add Belirtilen TreeNodeStyle nesneyi nesnenin sonuna TreeNodeStyleCollection eklemek için yöntemini kullanın.

Not

, TreeNodeStyleCollection yinelenen TreeNodeStyle nesnelerin yanı sıra eklemenizi nullsağlar.

Şunlara uygulanır

Ayrıca bkz.