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 находится за пределами допустимого диапазона индексов для коллекции.

Комментарии

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

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

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