Udostępnij za pośrednictwem


DrawingCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia Drawing wartość w określonym indeksie opartym na zerze.

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

Parametry

index
Int32

Indeks zerowy Drawing obiektu, który ma być pobierany lub ustawiany.

Wartość właściwości

Drawing

Element Drawing w określonym indeksie.

Implementuje

Wyjątki

value to null.

index nie jest prawidłowym indeksem w pliku DrawingCollection.

Element DrawingCollection jest tylko do odczytu.

-lub- Element DrawingCollection ma stały rozmiar.

Uwagi

W przeciwieństwie do typowych implementacji programu IList<T>.Item[]ta implementacja zgłasza ArgumentException wyjątek w przypadku próby wstawienia odwołania o wartości null (nic).

Dotyczy

Zobacz też