AutomationPeer.RaiseAutomationEvent(AutomationEvents) 方法

定義

引發自動化事件。

public:
 virtual void RaiseAutomationEvent(AutomationEvents eventId) = RaiseAutomationEvent;
void RaiseAutomationEvent(AutomationEvents const& eventId);
public void RaiseAutomationEvent(AutomationEvents eventId);
function raiseAutomationEvent(eventId)
Public Sub RaiseAutomationEvent (eventId As AutomationEvents)

參數

eventId
AutomationEvents

要引發之事件的事件標識碼,做為列舉值。 請參閱 AutomationEvents

適用於