Compartir a través de


TreeNodeStyleCollection.Add(TreeNodeStyle) Método

Definición

Agrega el objeto TreeNodeStyle especificado al final del objeto 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

Parámetros

style
TreeNodeStyle

TreeNodeStyle que se va a anexar.

Devoluciones

Int32

La posición en la que se insertó el nuevo objeto TreeNodeStyle.

Comentarios

Utilice el Add método para anexar el objeto especificado TreeNodeStyle al final del TreeNodeStyleCollection objeto .

Nota

TreeNodeStyleCollection permite agregar null, así como objetos duplicadosTreeNodeStyle.

Se aplica a

Consulte también