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 是单个选定项,则必须 ElementSelectedEvent 改为引发 。

此标识符由 UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用 中的 SelectionItemPattern等效字段。

适用于

另请参阅