Compartilhar via


TreeNodeStyleCollection.Add(TreeNodeStyle) Método

Definição

Acrescenta o objeto TreeNodeStyle especificado ao final do 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

O TreeNodeStyle acrescentar.

Retornos

Int32

A posição na qual o novo TreeNodeStyle foi inserido.

Comentários

Use o Add método para acrescentar o objeto especificado TreeNodeStyle ao final do TreeNodeStyleCollection objeto.

Observação

Permite TreeNodeStyleCollection adicionar null, bem como objetos duplicados TreeNodeStyle .

Aplica-se a

Confira também