次の方法で共有


PropertyMapper<TVirtualView,TViewHandler> クラス

定義

generic <typename TVirtualView, typename TViewHandler>
 where TVirtualView : IElement where TViewHandler : IElementHandlerpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper, Microsoft::Maui::IPropertyMapper<TVirtualView, TViewHandler>
public class PropertyMapper<TVirtualView,TViewHandler> : Microsoft.Maui.PropertyMapper, Microsoft.Maui.IPropertyMapper<TVirtualView,TViewHandler> where TVirtualView : IElement where TViewHandler : IElementHandler
type PropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = class
    inherit PropertyMapper
    interface IPropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)>
    interface IPropertyMapper
Public Class PropertyMapper(Of TVirtualView, TViewHandler)
Inherits PropertyMapper
Implements IPropertyMapper(Of TVirtualView, TViewHandler)

型パラメーター

TVirtualView
TViewHandler
継承
PropertyMapper<TVirtualView,TViewHandler>
派生
実装

コンストラクター

PropertyMapper<TVirtualView,TViewHandler>()
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[])

フィールド

_mapper (継承元 PropertyMapper)

プロパティ

Chained (継承元 PropertyMapper)
Item[String]
UpdateKeys (継承元 PropertyMapper)

メソッド

Add(String, Action<TViewHandler,TVirtualView>)
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>)

既存のプロパティ マッピングの前に実行するメソッドを指定します。

適用対象