Condividi tramite


NonWrappedPropertiesClassAttribute Classe

Definizione

Attributo che indica che non deve essere eseguito il wrapping della classe della proprietà prima di passarla alla finestra delle proprietà.

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
Ereditarietà
NonWrappedPropertiesClassAttribute
Attributi

Costruttori

NonWrappedPropertiesClassAttribute()

Crea un oggetto di tipo NonWrappedPropertiesClassAttribute.

Si applica a