NonWrappedPropertiesClassAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Atributo que indica que la clase de propiedades no se debe ajustar antes de pasarla 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
| NonWrappedPropertiesClassAttribute() |
Crea un objeto de tipo NonWrappedPropertiesClassAttribute. |