TriggerBase.EnterActions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将在满足触发条件时调用的 TriggerAction 对象的列表。 忽略 EventTrigger 类。
public:
property System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ EnterActions { System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerAction ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction> EnterActions { get; }
member this.EnterActions : System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerAction>
Public ReadOnly Property EnterActions As IList(Of TriggerAction)