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