FullXamlMetadataProviderAttribute Class
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.
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(Windows.Foundation.UniversalApiContract, 458752)]
class FullXamlMetadataProviderAttribute final : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.AttributeName("fullxamlmetadataprovider")]
class FullXamlMetadataProviderAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public sealed class FullXamlMetadataProviderAttribute : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.AttributeName("fullxamlmetadataprovider")]
public sealed class FullXamlMetadataProviderAttribute : Attribute
Public NotInheritable Class FullXamlMetadataProviderAttribute
Inherits Attribute
- Inheritance
-
FullXamlMetadataProviderAttribute
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
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. |