NonWrappedPropertiesClassAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |