SelectionItemPatternIdentifiers.ElementAddedToSelectionEvent フィールド

定義

選択した項目のコレクションに項目が追加されたときに発生するイベントを識別します。

public: static initonly System::Windows::Automation::AutomationEvent ^ ElementAddedToSelectionEvent;
public static readonly System.Windows.Automation.AutomationEvent ElementAddedToSelectionEvent;
 staticval mutable ElementAddedToSelectionEvent : System.Windows.Automation.AutomationEvent
Public Shared ReadOnly ElementAddedToSelectionEvent As AutomationEvent 

フィールド値

注釈

AddToSelection呼び出しの結果が 1 つの選択された項目である場合は、代わりにElementSelectedEventを発生する必要があります。

この識別子は、UI オートメーション プロバイダーによって使用されます。 クライアント アプリケーションUI オートメーション、SelectionItemPattern 内の同等のフィールドを使用する必要があります。

適用対象

こちらもご覧ください