PictureEffects.Item[Int32] 属性

定义

PictureEffect获取指定索引处的对象。

public:
 property Microsoft::Office::Core::PictureEffect ^ default[int] { Microsoft::Office::Core::PictureEffect ^ get(int Index); };
public Microsoft.Office.Core.PictureEffect this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.PictureEffect
Default Public ReadOnly Property Item(Index As Integer) As PictureEffect

参数

Index
Int32

指定表示对象的索引位置的 PictureEffect 整数。

属性值

适用于