CommandMapper.GetCommand(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public:
virtual Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^, System::Object ^> ^ GetCommand(System::String ^ key);
public virtual Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object?>? GetCommand (string key);
abstract member GetCommand : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement, obj>
override this.GetCommand : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement, obj>
Public Overridable Function GetCommand (key As String) As Action(Of IElementHandler, IElement, Object)
Parametry
- key
- String