MultipleViewPatternIdentifiers 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 IMultipleViewProvider 用作标识符的值。
public ref class MultipleViewPatternIdentifiers 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 MultipleViewPatternIdentifiers 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 MultipleViewPatternIdentifiers
Public NotInheritable Class MultipleViewPatternIdentifiers
- 继承
- 属性
注解
MultipleViewPatternIdentifiers 等类是 Microsoft UI 自动化通用提供程序模式Windows 运行时实现的标识符。 如果要实现Windows 运行时自定义自动化对等,该对等方在其 AutomationPeer.GetPattern 实现中报告对 IMultipleViewProvider 的支持,则可以使用这些标识符。 这些标识符对于从引用你自己的对等方的控制代码发出的 AutomationPeer.RaisePropertyChangedEvent 调用,或者对于项容器对等中的 Provider.IItemContainerProvider.FindItemByProperty ,都需要这些标识符。
这种模式通常以不同的方式向客户端公开,具体取决于客户端用于实现客户端和检查 Microsoft UI 自动化树的技术。 IMultipleViewProvider 还作为组件对象模型 (COM) 接口呈现。
属性
CurrentViewProperty |
标识 CurrentView 自动化属性。 |
SupportedViewsProperty |
标识获取特定于控件的视图集合的自动化属性。 |