IPropertyMapper.GetProperty(String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^> ^ GetProperty(System::String ^ key);
public Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement>? GetProperty (string key);
abstract member GetProperty : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement>
Public Function GetProperty (key As String) As Action(Of IElementHandler, IElement)
Parametry
- key
- String