Share via


TreeNodeStyleCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el objeto TreeNodeStyle situado en el índice especificado del objeto TreeNodeStyleCollection.

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

Índice de base cero del TreeNodeStyle que se va a recuperar.

Valor de propiedad

TreeNodeStyle

Control TreeNodeStyle en el índice especificado en TreeNodeStyleCollection.

Comentarios

Utilice la Item[] propiedad index para tener acceso a un TreeNodeStyle objeto desde el objeto en el TreeNodeStyleCollection índice especificado mediante la notación de matriz. La colección está basada en cero.

Se aplica a

Consulte también