GlyphCollection.Item[Int32] 屬性

定義

在指定的索引位置上取得或設定項目。

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

參數

index
Int32

元素以零起始的索引。

屬性值

Glyph

在指定索引的 Glyph 項目。

適用於