SelectionItemPatternIdentifiers 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 ISelectionItemProvider 用來作為識別項的值。
public ref class SelectionItemPatternIdentifiers abstract sealed
public static class SelectionItemPatternIdentifiers
type SelectionItemPatternIdentifiers = class
Public Class SelectionItemPatternIdentifiers
- 繼承
-
SelectionItemPatternIdentifiers
備註
使用者介面自動化提供者會使用這些標識碼。 使用者介面自動化用戶端應用程式應該使用 中的 SelectionItemPattern對等欄位。
欄位
ElementAddedToSelectionEvent |
識別當項目加入選取的項目集合中時所引發的事件。 |
ElementRemovedFromSelectionEvent |
識別從選取的項目集合中移除項目時所引發的事件。 |
ElementSelectedEvent |
識別選取單一項目時所引發的事件 (此事件會導致先前選取的所有項目變成取消選取)。 |
IsSelectedProperty |
識別 IsSelected 屬性。 |
Pattern |
識別 SelectionItemPattern 模式。 |
SelectionContainerProperty |
識別 SelectionContainer 屬性。 |