共用方式為


DrawingCollection.Item[Int32] 屬性

定義

取得或設定位於指定索引的 Drawing,此索引以零起始。

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

參數

index
Int32

以零起始的索引,屬於要取得或設定之 Drawing 物件。

屬性值

Drawing

指定之索引處的 Drawing

實作

例外狀況

valuenull

index 不是 DrawingCollection 中的有效索引。

DrawingCollection 為唯讀。

-或- DrawingCollection 具有固定的大小。

備註

不同于 的一般實作 IList<T>.Item[] ,如果您嘗試插入 Null (Nothing) 參考,這個實作會 ArgumentException 擲回 。

適用於

另請參閱