PropertyMapper 类

定义

public ref class PropertyMapper abstract : Microsoft::Maui::IPropertyMapper
public abstract class PropertyMapper : Microsoft.Maui.IPropertyMapper
type PropertyMapper = class
    interface IPropertyMapper
Public MustInherit Class PropertyMapper
Implements IPropertyMapper
继承
PropertyMapper
派生
实现

构造函数

PropertyMapper()
PropertyMapper(IPropertyMapper[])

字段

_mapper

属性

Chained
UpdateKeys

方法

ClearKeyCache()
GetKeys()
GetProperty(String)
SetPropertyCore(String, Action<IElementHandler,IElement>)
UpdateProperties(IElementHandler, IElement)
UpdateProperty(IElementHandler, IElement, String)
UpdatePropertyCore(String, IElementHandler, IElement)

适用于