共用方式為


TriggerActionCollection.IndexOf(TriggerAction) 方法

定義

傳回集合中指定之項目的索引。

public:
 virtual int IndexOf(System::Windows::TriggerAction ^ value);
public int IndexOf (System.Windows.TriggerAction value);
abstract member IndexOf : System.Windows.TriggerAction -> int
override this.IndexOf : System.Windows.TriggerAction -> int
Public Function IndexOf (value As TriggerAction) As Integer

參數

value
TriggerAction

要放置在集合中的 TriggerAction 物件。

傳回

Int32

如果集合中包含 TriggerAction 物件則為 value 的索引,否則為 –1。

實作

適用於

另請參閱