XamlTypeResolver.IXamlTypeResolver.TryResolve(String, Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual bool Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.TryResolve(System::String ^ qualifiedTypeName, [Runtime::InteropServices::Out] Type ^ % type) = Microsoft::Maui::Controls::Xaml::IXamlTypeResolver::TryResolve;
bool IXamlTypeResolver.TryResolve (string qualifiedTypeName, out Type type);
abstract member Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.TryResolve : string * Type -> bool
override this.Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.TryResolve : string * Type -> bool
Function TryResolve (qualifiedTypeName As String, ByRef type As Type) As Boolean Implements IXamlTypeResolver.TryResolve
Parâmetros
- qualifiedTypeName
- String
- type
- Type