MetadataMarshalAttribute MetadataMarshalAttribute MetadataMarshalAttribute MetadataMarshalAttribute Class

Definition

Indicates that tools should create an entry for an interface when creating an application package.

public : sealed class MetadataMarshalAttribute : Attributepublic sealed class MetadataMarshalAttribute : AttributePublic NotInheritable Class MetadataMarshalAttribute Inherits Attribute// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced v1)

Constructors

MetadataMarshalAttribute() MetadataMarshalAttribute() MetadataMarshalAttribute() MetadataMarshalAttribute()

Creates and initializes a new instance of the attribute.

public : MetadataMarshalAttribute()public MetadataMarshalAttribute()Public Sub New()// You can use this method in JavaScript.

See Also