共用方式為


AutomationPeer.EventsSource 屬性

定義

取得或設定 AutomationPeer,這個 AutomationPeer 會回報給自動化客戶端作為來自這個 AutomationPeer 的所有事件來源。 請參閱<備註>。

public:
 property AutomationPeer ^ EventsSource { AutomationPeer ^ get(); void set(AutomationPeer ^ value); };
AutomationPeer EventsSource();

void EventsSource(AutomationPeer value);
public AutomationPeer EventsSource { get; set; }
var automationPeer = automationPeer.eventsSource;
automationPeer.eventsSource = automationPeer;
Public Property EventsSource As AutomationPeer

屬性值

屬於事件來源的 AutomationPeer

備註

EventsSource 通常是 由 AutomationPeer 實作所設定,其中自動化提供者元素是另一個具有對等專案的子元素,而用戶端的最佳自動化體驗是將父代視為自動化事件的來源。 在這種情況下,子專案的對等實作會將 EventsSource 設定為傳回父元素的 AutomationPeer

適用於