次の方法で共有


ICommandMapper.GetCommand(String) メソッド

定義

public:
 Action<Microsoft::Maui::IElementHandler ^, Microsoft::Maui::IElement ^, System::Object ^> ^ GetCommand(System::String ^ key);
public Action<Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object?>? GetCommand (string key);
abstract member GetCommand : string -> Action<Microsoft.Maui.IElementHandler, Microsoft.Maui.IElement, obj>
Public Function GetCommand (key As String) As Action(Of IElementHandler, IElement, Object)

パラメーター

key
String

戻り値

適用対象