AutomationPeer.ListenerExists(AutomationEvents) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 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。