다음을 통해 공유


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

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

적용 대상