StylesPatternIdentifiers 类

定义

包含 IStylesProvider 用作标识符的值。

public ref class StylesPatternIdentifiers sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StylesPatternIdentifiers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StylesPatternIdentifiers
Public NotInheritable Class StylesPatternIdentifiers
继承
Object Platform::Object IInspectable StylesPatternIdentifiers
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

StylesPatternIdentifiers 等类是 Microsoft UI 自动化通用提供程序模式Windows 运行时实现的标识符。 如果要实现Windows 运行时自定义自动化对等方,该对等方在其 GetPattern 实现中报告对 IStylesProvider 的支持,则可以使用这些标识符。 从引用你自己的对等方的控制代码发出的 RaisePropertyChangedEvent 调用或项容器对等中的 FindItemByProperty 调用需要这些标识符。 这种模式通常以不同的方式向客户端公开,具体取决于客户端用于实现客户端和检查 Microsoft UI 自动化树的技术。 IStylesProvider 还作为组件对象模型呈现 (COM) 接口。

属性

ExtendedPropertiesProperty

标识 ExtendedProperties 自动化属性。

FillColorProperty

标识 FillColor 自动化属性。

FillPatternColorProperty

标识 FillPatternColor 自动化属性。

FillPatternStyleProperty

标识 FillPatternStyle 自动化属性。

ShapeProperty

标识 Shape 自动化属性。

StyleIdProperty

标识 StyleId 自动化属性。

StyleNameProperty

标识 StyleName 自动化属性。

适用于

另请参阅