Partager via


NonWrappedPropertiesClassAttribute Classe

Définition

Attribut qui indique que la classe de propriétés ne doit pas être encapsulée avant de la passer à la fenêtre de propriétés.

public ref class NonWrappedPropertiesClassAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.InteropServices.ComVisible(false)]
public class NonWrappedPropertiesClassAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type NonWrappedPropertiesClassAttribute = class
    inherit Attribute
Public Class NonWrappedPropertiesClassAttribute
Inherits Attribute
Héritage
NonWrappedPropertiesClassAttribute
Attributs

Constructeurs

NonWrappedPropertiesClassAttribute()

Crée un objet de type NonWrappedPropertiesClassAttribute.

S’applique à