共用方式為


PropertyMapper<TVirtualView> 類別

定義

generic <typename TVirtualView>
 where TVirtualView : IElementpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper<TVirtualView, Microsoft::Maui::IElementHandler ^>
public class PropertyMapper<TVirtualView> : Microsoft.Maui.PropertyMapper<TVirtualView,Microsoft.Maui.IElementHandler> where TVirtualView : IElement
type PropertyMapper<'VirtualView (requires 'VirtualView :> IElement)> = class
    inherit PropertyMapper<'VirtualView, IElementHandler (requires 'VirtualView :> IElement)>
Public Class PropertyMapper(Of TVirtualView)
Inherits PropertyMapper(Of TVirtualView, IElementHandler)

類型參數

TVirtualView
繼承
PropertyMapper<TVirtualView>

建構函式

PropertyMapper<TVirtualView>()
PropertyMapper<TVirtualView>(PropertyMapper[])

欄位

_mapper (繼承來源 PropertyMapper)

屬性

Chained (繼承來源 PropertyMapper)
Item[String] (繼承來源 PropertyMapper<TVirtualView,TViewHandler>)
UpdateKeys (繼承來源 PropertyMapper)

方法

Add(String, Action<TViewHandler,TVirtualView>) (繼承來源 PropertyMapper<TVirtualView,TViewHandler>)
ClearKeyCache() (繼承來源 PropertyMapper)
GetKeys() (繼承來源 PropertyMapper)
GetProperty(String) (繼承來源 PropertyMapper)
SetPropertyCore(String, Action<IElementHandler,IElement>) (繼承來源 PropertyMapper)
UpdateProperties(IElementHandler, IElement) (繼承來源 PropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (繼承來源 PropertyMapper)
UpdatePropertyCore(String, IElementHandler, IElement) (繼承來源 PropertyMapper)

擴充方法

AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在現有屬性對應之後執行的方法。

ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>)

就地修改屬性對應。

PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在現有屬性對應之前執行的方法。

適用於