共用方式為


SelectionItemPatternIdentifiers 類別

定義

包含 ISelectionItemProvider用來作為識別碼的值。

public ref class SelectionItemPatternIdentifiers sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SelectionItemPatternIdentifiers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SelectionItemPatternIdentifiers
Public NotInheritable Class SelectionItemPatternIdentifiers
繼承
Object Platform::Object IInspectable SelectionItemPatternIdentifiers
屬性

備註

SelectionItemPatternIdentifiers 等類別是 Microsoft UI 自動化通用提供者模式實作Windows 執行階段識別碼。 如果您要實作Windows 執行階段自訂自動化對等,報告其AutomationPeer.GetPattern實作中ISelectionItemProvider的支援,您可以使用這些識別碼。 AutomationPeer.RaisePropertyChangedEvent呼叫需要這些識別碼,您可以從參考您自己的對等的控制項程式碼,或針對 Items 容器對等中的Provider.IItemContainerProvider.FindItemByProperty進行。

根據用戶端用來實作用戶端的技術,並檢查 Microsoft UI 自動化樹狀結構,通常會以不同的方式向用戶端公開此相同模式。 ISelectionItemProvider 也會顯示為元件物件模型, (COM) 介面。

屬性

IsSelectedProperty

識別 IsSelected 自動化屬性。

SelectionContainerProperty

識別 SelectionContainer 自動化屬性。

適用於

另請參閱