次の方法で共有


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>)

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

適用対象