AutomationPeer.ListenerExists(AutomationEvents) 方法

定义

获取一个值,该值指示 Microsoft UI 自动化是否报告客户端正在侦听指定事件。

public:
 static bool ListenerExists(AutomationEvents eventId);
 static bool ListenerExists(AutomationEvents const& eventId);
public static bool ListenerExists(AutomationEvents eventId);
function listenerExists(eventId)
Public Shared Function ListenerExists (eventId As AutomationEvents) As Boolean

参数

eventId
AutomationEvents

枚举值之一。

返回

Boolean

bool

如果 Microsoft UI 自动化报告客户端正在侦听指定的事件,则为 true;否则为 false

适用于