TriggerActionCollection.Insert(Int32, TriggerAction) Metod

Definition

Infogar det angivna objektet i samlingen vid det angivna indexet.

public:
 virtual void Insert(int index, System::Windows::TriggerAction ^ value);
public void Insert(int index, System.Windows.TriggerAction value);
abstract member Insert : int * System.Windows.TriggerAction -> unit
override this.Insert : int * System.Windows.TriggerAction -> unit
Public Sub Insert (index As Integer, value As TriggerAction)

Parametrar

index
Int32

Det nollbaserade index där value måste infogas.

value
TriggerAction

Objektet TriggerAction som ska infogas i samlingen.

Implementeringar

Gäller för

Se även