Compartilhar via


TreeNodeStyleCollection.Insert(Int32, TreeNodeStyle) Método

Definição

Insere especificado TreeNodeStyle objeto para o TreeNodeStyleCollection objeto no local do índice especificado.

public:
 void Insert(int index, System::Web::UI::WebControls::TreeNodeStyle ^ style);
public void Insert (int index, System.Web.UI.WebControls.TreeNodeStyle style);
member this.Insert : int * System.Web.UI.WebControls.TreeNodeStyle -> unit
Public Sub Insert (index As Integer, style As TreeNodeStyle)

Parâmetros

index
Int32

O local de índice baseado em zero no qual o TreeNodeStyle será inserido.

style
TreeNodeStyle

O TreeNodeStyle a ser inserido.

Comentários

Use o Insert método para inserir o objeto TreeNodeStyleCollection especificado TreeNodeStyle no objeto no índice baseado em zero especificado.

Como alternativa, você pode acrescentar um TreeNodeStyle objeto ao final usando TreeNodeStyleCollection o Add método.

Aplica-se a

Confira também