다음을 통해 공유


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

기존 속성 매핑 전에 실행할 메서드를 지정합니다.

적용 대상