ICustomPropertyProvider 接口

定义

ICustomProperty 支持提供查找服务。 此接口由 对象实现,以便其自定义定义的属性可用作运行时绑定源。

public interface class ICustomPropertyProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2089965397, 15944, 17076, 134, 119, 118, 55, 34, 103, 3, 63)]
struct ICustomPropertyProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2089965397, 15944, 17076, 134, 119, 118, 55, 34, 103, 3, 63)]
public interface ICustomPropertyProvider
Public Interface ICustomPropertyProvider
派生
属性

Windows 要求

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

属性

Type

获取自定义属性的基础类型。

方法

GetCustomProperty(String)

通过指定属性名称获取自定义属性的 ICustomProperty 支持对象。

GetIndexedProperty(String, TypeName)

通过指定属性名称和索引集合的类型,获取自定义属性的 ICustomProperty 支持对象。

GetStringRepresentation()

提供对“GetStringFromObject”和/或“ToString”逻辑的支持,前提是实现支持 System.Object。 此逻辑可能由功能或服务访问,例如基于数据内容生成 UI 自动化值。

适用于

另请参阅