PropertyMapper.GetProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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