TriggerActionCollection.Item[Int32] Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the item that is at the specified index.
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, setDefault Public Property Item(index As Integer) As TriggerActionParameters
- index
- Int32
The zero-based index of the item to get or set.
Property Value
The TriggerAction object that is at the specified index.