ICustomPropertyProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 ICustomProperty 支持提供查找服务。 此接口由 对象实现,以便其自定义定义的属性可用作运行时绑定源。
public interface class ICustomPropertyProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2089965397, 15944, 17076, 134, 119, 118, 55, 34, 103, 3, 63)]
struct ICustomPropertyProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2089965397, 15944, 17076, 134, 119, 118, 55, 34, 103, 3, 63)]
public interface ICustomPropertyProvider
Public Interface ICustomPropertyProvider
- 派生
- 属性
属性
Type |
获取自定义属性的基础类型。 |
方法
GetCustomProperty(String) |
通过指定属性名称获取自定义属性的 ICustomProperty 支持对象。 |
GetIndexedProperty(String, TypeName) |
通过指定属性名称和索引集合的类型,获取自定义属性的 ICustomProperty 支持对象。 |
GetStringRepresentation() |
提供对“GetStringFromObject”和/或“ToString”逻辑的支持,前提是实现支持 System.Object。 此逻辑可能由功能或服务访问,例如基于数据内容生成 UI 自动化值。 |