CodeAttributeDeclarationCollection.Item[Int32] Eigenschap

Definitie

Hiermee wordt het CodeAttributeDeclaration object opgehaald of ingesteld op de opgegeven index.

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

Parameters

index
Int32

De index van de verzameling voor toegang.

Waarde van eigenschap

Een CodeAttributeDeclaration bij elke geldige index.

Uitzonderingen

De index parameter valt buiten het geldige bereik van indexen voor de verzameling.

Opmerkingen

Deze eigenschap is een indexeerfunctie die kan worden gebruikt voor toegang tot de verzameling.

Van toepassing op

Zie ook