ICommandMapper.GetCommand(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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