다음을 통해 공유


IPropertyMapper<TVirtualView,TViewHandler> 인터페이스

정의

generic <typename TVirtualView, typename TViewHandler>
 where TVirtualView : IElement where TViewHandler : IElementHandlerpublic interface class IPropertyMapper : Microsoft::Maui::IPropertyMapper
public interface IPropertyMapper<out TVirtualView,out TViewHandler> : Microsoft.Maui.IPropertyMapper where TVirtualView : IElement where TViewHandler : IElementHandler
type IPropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = interface
    interface IPropertyMapper
Public Interface IPropertyMapper(Of Out TVirtualView, Out TViewHandler)
Implements IPropertyMapper

형식 매개 변수

TVirtualView
이 형식 매개 변수는 공변(Covariant)입니다. 즉, 지정한 형식이나 더 많게 파생된 모든 형식을 사용할 수 있습니다. 공변성(Covariance) 및 반공변성(Contravariance)에 대한 자세한 내용은 제네릭의 공변성(Covariance) 및 반공변성(Contravariance)을 참조하세요.
TViewHandler
이 형식 매개 변수는 공변(Covariant)입니다. 즉, 지정한 형식이나 더 많게 파생된 모든 형식을 사용할 수 있습니다. 공변성(Covariance) 및 반공변성(Contravariance)에 대한 자세한 내용은 제네릭의 공변성(Covariance) 및 반공변성(Contravariance)을 참조하세요.
파생
구현

메서드

Add(String, Action<TViewHandler,TVirtualView>)
GetKeys() (다음에서 상속됨 IPropertyMapper)
GetProperty(String) (다음에서 상속됨 IPropertyMapper)
UpdateProperties(IElementHandler, IElement) (다음에서 상속됨 IPropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (다음에서 상속됨 IPropertyMapper)

확장 메서드

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

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

적용 대상