Share via


IXamlTypeResolver Interface

Definition

Represents a service that resolves from named elements in XAML markup to the appropriate CLR type.

public interface class IXamlTypeResolver
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1067537941, 51919, 21631, 177, 237, 137, 218, 232, 198, 116, 82)]
struct IXamlTypeResolver
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1067537941, 51919, 21631, 177, 237, 137, 218, 232, 198, 116, 82)]
public interface IXamlTypeResolver
Public Interface IXamlTypeResolver
Attributes

Methods

Resolve(String)

Resolves a named XAML type to the corresponding CLR Type.

Applies to