TriggerActionCollection.Item[Int32] 属性

定义

获取或设置位于指定索引处的项。

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

参数

index
Int32

要获取或设置的项的从零开始的索引。

属性值

TriggerAction位于指定索引处的对象。

实现

适用于

另请参阅