TextEffectCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目,這個項目儲存在集合中以零起始的索引處。
public:
property System::Windows::Media::TextEffect ^ default[int] { System::Windows::Media::TextEffect ^ get(int index); void set(int index, System::Windows::Media::TextEffect ^ value); };
public System.Windows.Media.TextEffect this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.TextEffect with get, set
Default Public Property Item(index As Integer) As TextEffect
參數
- index
- Int32
從中取得或設定項目之集合的以零起始索引,
屬性值
在指定索引上的項目。
實作
備註
這個屬性可讓您使用索引存取集合中的特定專案。