MauiHandlersCollectionExtensions.TryAddHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TryAddHandler(IMauiHandlersCollection, Type, Type) |
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다. |
TryAddHandler<TType,TTypeRender>(IMauiHandlersCollection) |
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다. |
TryAddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>) |
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다. |
TryAddHandler(IMauiHandlersCollection, Type, Type)
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ TryAddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection, Type ^ viewType, Type ^ handlerType);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection TryAddHandler (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection, Type viewType, Type handlerType);
static member TryAddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection * Type * Type -> Microsoft.Maui.Hosting.IMauiHandlersCollection
<Extension()>
Public Function TryAddHandler (handlersCollection As IMauiHandlersCollection, viewType As Type, handlerType As Type) As IMauiHandlersCollection
매개 변수
- handlersCollection
- IMauiHandlersCollection
처리기 컬렉션
- viewType
- Type
등록할 요소의 형식입니다.
- handlerType
- Type
요소를 나타내는 처리기 형식입니다.
반환
처리기 컬렉션
적용 대상
TryAddHandler<TType,TTypeRender>(IMauiHandlersCollection)
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다.
public:
generic <typename TType, typename TTypeRender>
where TType : Microsoft::Maui::IView where TTypeRender : Microsoft::Maui::IViewHandler[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ TryAddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection TryAddHandler<TType,TTypeRender> (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection) where TType : Microsoft.Maui.IView where TTypeRender : Microsoft.Maui.IViewHandler;
static member TryAddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection -> Microsoft.Maui.Hosting.IMauiHandlersCollection (requires 'ype :> Microsoft.Maui.IView and 'ypeRender :> Microsoft.Maui.IViewHandler)
<Extension()>
Public Function TryAddHandler(Of TType As IView, TTypeRender As IView) (handlersCollection As IMauiHandlersCollection) As IMauiHandlersCollection
형식 매개 변수
- TType
등록할 요소의 형식입니다.
- TTypeRender
요소를 나타내는 처리기 형식입니다.
매개 변수
- handlersCollection
- IMauiHandlersCollection
처리기 컬렉션
반환
처리기 컬렉션
적용 대상
TryAddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>)
AddTransient를 통해 기본 서비스 컨테이너에 처리기를 등록합니다.
public:
generic <typename TType>
where TType : Microsoft::Maui::IElement[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ TryAddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection, Func<IServiceProvider ^, Microsoft::Maui::IElementHandler ^> ^ handlerImplementationFactory);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection TryAddHandler<TType> (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection, Func<IServiceProvider,Microsoft.Maui.IElementHandler> handlerImplementationFactory) where TType : Microsoft.Maui.IElement;
static member TryAddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection * Func<IServiceProvider, Microsoft.Maui.IElementHandler> -> Microsoft.Maui.Hosting.IMauiHandlersCollection (requires 'ype :> Microsoft.Maui.IElement)
<Extension()>
Public Function TryAddHandler(Of TType As IElement) (handlersCollection As IMauiHandlersCollection, handlerImplementationFactory As Func(Of IServiceProvider, IElementHandler)) As IMauiHandlersCollection
형식 매개 변수
- TType
등록할 요소의 형식입니다.
매개 변수
- handlersCollection
- IMauiHandlersCollection
처리기 컬렉션
- handlerImplementationFactory
- Func<IServiceProvider,IElementHandler>
처리기를 만드는 팩터리 메서드
반환
처리기 컬렉션
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI