DefaultAttribute Classe

Définition

Indique l’interface par défaut d’une classe runtime.

public ref class DefaultAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class DefaultAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class DefaultAttribute : Attribute
function DefaultAttribute()
Public NotInheritable Class DefaultAttribute
Inherits Attribute
Héritage
DefaultAttribute
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduit dans v1.0)

Constructeurs

DefaultAttribute()

Crée et initialise une nouvelle instance de l’attribut.

S’applique à

Voir aussi