ExclusiveToAttribute Classe

Définition

Indique que le type spécifié est exclusif à ce type.

public ref class ExclusiveToAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Interface)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ExclusiveToAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Interface)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class ExclusiveToAttribute : Attribute
function ExclusiveToAttribute(typeName)
Public NotInheritable Class ExclusiveToAttribute
Inherits Attribute
Héritage
ExclusiveToAttribute
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

ExclusiveToAttribute(Type)

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

S’applique à

Voir aussi