Share via


PropertyMapper.GetProperty(String) Method

Definition

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)

Parameters

key
String

Returns

Implements

Applies to