Freigeben über


AutomationPeer.ListenerExists(AutomationEvents) Methode

Definition

Ruft einen Wert ab, der angibt, ob Microsoft UI Automation meldet, dass ein Client auf das angegebene Ereignis lauscht.

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

Parameter

eventId
AutomationEvents

Einer der Enumerationswerte.

Gibt zurück

Boolean

bool

TRUE , wenn Microsoft UI Automation meldet, dass ein Client auf das angegebene Ereignis lauscht; Andernfalls false.

Gilt für: