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

Определение

Возвращает или задает объект CodeAttributeDeclaration по указанному индексу.

public:
 property System::CodeDom::CodeAttributeDeclaration ^ default[int] { System::CodeDom::CodeAttributeDeclaration ^ get(int index); void set(int index, System::CodeDom::CodeAttributeDeclaration ^ value); };
public System.CodeDom.CodeAttributeDeclaration this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeAttributeDeclaration with get, set
Default Public Property Item(index As Integer) As CodeAttributeDeclaration

Параметры

index
Int32

Индекс коллекции, к которой требуется получить доступ.

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

Объект CodeAttributeDeclaration по каждому допустимому индексу.

Исключения

Параметр index находится вне допустимого диапазона индексов для коллекции.

Комментарии

Это свойство является индексатором, который можно использовать для доступа к коллекции.

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

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