Share via


NonWrappedPropertiesClassAttribute Classe

Definição

Atributo que indica que a classe de propriedades não deve ser encapsulada antes de passar para a janela de propriedades.

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
Herança
NonWrappedPropertiesClassAttribute
Atributos

Construtores

NonWrappedPropertiesClassAttribute()

Cria um objeto do tipo NonWrappedPropertiesClassAttribute.

Aplica-se a