次の方法で共有


IMauiHandlersFactory.GetHandler メソッド

定義

オーバーロード

GetHandler(Type)
GetHandler<T>()

GetHandler(Type)

public:
 Microsoft::Maui::IElementHandler ^ GetHandler(Type ^ type);
public Microsoft.Maui.IElementHandler? GetHandler (Type type);
abstract member GetHandler : Type -> Microsoft.Maui.IElementHandler
Public Function GetHandler (type As Type) As IElementHandler

パラメーター

type
Type

戻り値

適用対象

GetHandler<T>()

public:
generic <typename T>
 where T : Microsoft::Maui::IElement Microsoft::Maui::IElementHandler ^ GetHandler();
public Microsoft.Maui.IElementHandler? GetHandler<T> () where T : Microsoft.Maui.IElement;
abstract member GetHandler : unit -> Microsoft.Maui.IElementHandler (requires 'T :> Microsoft.Maui.IElement)
Public Function GetHandler(Of T As IElement) () As IElementHandler

型パラメーター

T

戻り値

適用対象