TreeNodeStyleCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el TreeNodeStyle objeto en el índice especificado del 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

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

Valor de propiedad

en TreeNodeStyle el índice especificado de .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