Registrar<TRegistrable>.GetHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHandler<TOut>(Type) | |
GetHandler<TOut>(Type, Object[]) |
GetHandler<TOut>(Type)
- Source:
- Registrar.cs
- Source:
- Registrar.cs
public:
generic <typename TOut>
where TOut : class, TRegistrable TOut GetHandler(Type ^ type);
public TOut GetHandler<TOut> (Type type) where TOut : class, TRegistrable;
member this.GetHandler : Type -> 'Out
Public Function GetHandler(Of TOut As {Class, TRegistrable}) (type As Type) As TOut
Type Parameters
- TOut
Parameters
- type
- Type
Returns
TOut
Applies to
GetHandler<TOut>(Type, Object[])
- Source:
- Registrar.cs
- Source:
- Registrar.cs
public:
generic <typename TOut>
where TOut : class, TRegistrable TOut GetHandler(Type ^ type, ... cli::array <System::Object ^> ^ args);
public TOut GetHandler<TOut> (Type type, params object[] args) where TOut : class, TRegistrable;
member this.GetHandler : Type * obj[] -> 'Out
Public Function GetHandler(Of TOut As {Class, TRegistrable}) (type As Type, ParamArray args As Object()) As TOut
Type Parameters
- TOut
Parameters
- type
- Type
- args
- Object[]
Returns
TOut
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI