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
集合的从零开始的索引,从此位置可获取或设置项。
属性值
指定索引处的元素。
实现
注解
此属性提供使用索引访问集合中的特定项的功能。