Compartilhar via


TreeNodeStyleCollection.Item[Int32] Propriedade

Definição

Obtém ou define o TreeNodeStyle objeto no índice especificado no TreeNodeStyleCollection objeto.

public:
 property System::Web::UI::WebControls::TreeNodeStyle ^ default[int] { System::Web::UI::WebControls::TreeNodeStyle ^ get(int i); void set(int i, System::Web::UI::WebControls::TreeNodeStyle ^ value); };
public System.Web.UI.WebControls.TreeNodeStyle this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.TreeNodeStyle with get, set
Default Public Property Item(i As Integer) As TreeNodeStyle

Parâmetros

i
Int32

O índice de base zero do TreeNodeStyle a recuperar.

Valor da propriedade

TreeNodeStyle

No TreeNodeStyle índice especificado no TreeNodeStyleCollection.

Comentários

Use a Item[] propriedade index para acessar um TreeNodeStyle objeto do TreeNodeStyleCollection objeto no índice especificado usando a notação de matriz. A coleção é baseada em zero.

Aplica-se a

Confira também