InternalAttribute Classe

Définition

Indique qu’un type ou un membre doit être marqué dans les métadonnées comme interne au Kit de développement logiciel (SDK) ou à l’infrastructure, et pour une consommation par les composants système uniquement.

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

InternalAttribute()

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

S’applique à

Voir aussi