Share via


IElementHandler 인터페이스

정의

사용자 지정 요소 처리기를 만드는 데 필요한 핵심 동작을 정의합니다. 처리기에 대한 개념 설명서

public interface class IElementHandler
public interface IElementHandler
type IElementHandler = interface
Public Interface IElementHandler
파생

속성

MauiContext

요소와 연결된 .NET MAUI 컨텍스트를 가져옵니다.

PlatformView

처리기와 연결된 플랫폼별 뷰 개체를 가져옵니다.

VirtualView

처리기와 연결된 플랫폼 간 가상 보기를 가져옵니다.

메서드

DisconnectHandler()

클린 위해 요소 처리기의 연결을 끊습니다.

Invoke(String, Object)

지정된 인수를 사용하여 요소에서 지정된 명령을 호출합니다.

SetMauiContext(IMauiContext)

요소 처리기에 대한 .NET MAUI 컨텍스트를 설정합니다.

SetVirtualView(IElement)

처리기와 연결된 플랫폼 간 가상 보기를 설정합니다.

UpdateValue(String)

처리기에서 지정된 속성의 값을 업데이트.

적용 대상