TreeNodeStyleCollection.Item[Int32] Свойство

Определение

Получает или задает объект TreeNodeStyle с указанным индексом в объекте 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

Параметры

i
Int32

Индекс (с нуля) извлекаемой ошибки TreeNodeStyle.

Значение свойства

Объект TreeNodeStyle по указанному индексу в коллекции TreeNodeStyleCollection.

Комментарии

Item[] Используйте свойство index для доступа к объекту TreeNodeStyleTreeNodeStyleCollection из объекта по указанному индексу с помощью нотации массива. Коллекция отсчитывается от нуля.

Применяется к

См. также раздел