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 baseado em zero do TreeNodeStyle para recuperar.

Valor de Propriedade

O TreeNodeStyle no índice especificado no TreeNodeStyleCollection.

Observações

Use a Item[] propriedade índice para aceder a um TreeNodeStyle objeto a partir do TreeNodeStyleCollection objeto no índice especificado, utilizando notação de array. A coleção é baseada em zero.

Aplica-se a

Ver também