다음을 통해 공유


PropertyMapper.GetProperty(String) 메서드

정의

public:
 virtual Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^> ^ GetProperty(System::String ^ key);
public virtual Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement>? GetProperty (string key);
abstract member GetProperty : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement>
override this.GetProperty : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement>
Public Overridable Function GetProperty (key As String) As Action(Of IElementHandler, IElement)

매개 변수

key
String

반환

구현

적용 대상