CodeTypeDeclarationCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位於集合中所指定索引處的 CodeTypeDeclaration 物件。
public:
property System::CodeDom::CodeTypeDeclaration ^ default[int] { System::CodeDom::CodeTypeDeclaration ^ get(int index); void set(int index, System::CodeDom::CodeTypeDeclaration ^ value); };
public System.CodeDom.CodeTypeDeclaration this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeTypeDeclaration with get, set
Default Public Property Item(index As Integer) As CodeTypeDeclaration
參數
- index
- Int32
要存取的集合索引。
屬性值
在每一個有效索引上的 CodeTypeDeclaration。
例外狀況
index
參數超出集合索引的有效範圍。
備註
此屬性是可用來存取集合的索引器。