NonWrappedPropertiesClassAttribute Clase

Definición

El atributo que indica la clase de propiedades no debe envolverse antes de pasarlo a la ventana de propiedades.

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
Herencia
NonWrappedPropertiesClassAttribute
Atributos

Constructores

Nombre Description
NonWrappedPropertiesClassAttribute()

Crea un objeto de tipo NonWrappedPropertiesClassAttribute.

Se aplica a