AutomationPeer.RaiseAutomationEvent(AutomationEvents) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發自動化事件。
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。