RangeValuePatternIdentifiers 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 IRangeValueProvider 用作标识符的值。
public ref class RangeValuePatternIdentifiers 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 RangeValuePatternIdentifiers 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 RangeValuePatternIdentifiers
Public NotInheritable Class RangeValuePatternIdentifiers
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
RangeValuePatternIdentifiers 等类是 Microsoft UI 自动化常见提供程序模式的Windows 运行时实现的标识符。 如果要实现Windows 运行时自定义自动化对等方,该自动化对等方在其 GetPattern 实现中报告了对 IRangeValueProvider 的支持,则可以使用这些标识符。 从引用你自己的对等方的控制代码发出的 RaisePropertyChangedEvent 调用或项容器对等中的 FindItemByProperty 需要这些标识符。
这种相同的模式通常以不同的方式向客户端公开,具体取决于客户端使用哪种技术来实现客户端并检查 Microsoft UI 自动化树。 IRangeValueProvider 也显示为 COM) 接口 (组件对象模型。
属性
IsReadOnlyProperty |
标识 IsReadOnly 自动化属性。 |
LargeChangeProperty |
标识 LargeChange 自动化属性。 |
MaximumProperty |
标识 Maximum 自动化属性。 |
MinimumProperty |
标识 “最低自动化” 属性。 |
SmallChangeProperty |
标识 SmallChange 自动化属性。 |
ValueProperty |
标识 Value 自动化属性。 |