Share via


FullXamlMetadataProviderAttribute Class

Definition

Indicates that the XAML metadata in a component library is complete.

public ref class FullXamlMetadataProviderAttribute sealed : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class FullXamlMetadataProviderAttribute : Attribute
Public NotInheritable Class FullXamlMetadataProviderAttribute
Inherits Attribute
Inheritance
FullXamlMetadataProviderAttribute
Attributes

Remarks

This attribute is used by the XAML compiler at build time. It is not intended for use directly in app code.

Constructors

FullXamlMetadataProviderAttribute()

Initializes a new instance of the FullXamlMetadataProviderAttribute class.

Applies to