ExclusiveToAttribute Classe

Definizione

Indica che il tipo specificato è esclusivo per questo tipo.

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
Ereditarietà
ExclusiveToAttribute
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (è stato introdotto in v1.0)

Costruttori

ExclusiveToAttribute(Type)

Crea e inizializza una nuova istanza dell'attributo.

Si applica a

Vedi anche