ISwipeItem 接口

定义

public interface class ISwipeItem : Microsoft::Maui::ISwipeItem
public interface ISwipeItem : Microsoft.Maui.ISwipeItem
type ISwipeItem = interface
    interface ISwipeItem
    interface IElement
Public Interface ISwipeItem
Implements ISwipeItem
派生
实现

属性

AutomationId

获取唯一标识元素的字符串。

(继承自 ISwipeItem)
Command
CommandParameter
Handler

获取或设置元素的视图处理程序。

(继承自 IElement)
IsVisible
Parent

获取元素的父级。

(继承自 IElement)

方法

OnInvoked()

当用户交互指示此项所表示的命令应执行时发生。

(继承自 ISwipeItem)

事件

Invoked

扩展方法

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

适用于