CommandMapper.GetCommand(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- key
- String