NonWrappedPropertiesClassAttribute 类

定义

表示属性类的属性在传递到属性窗口前不应被包裹。

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
继承
NonWrappedPropertiesClassAttribute
属性

构造函数

名称 说明
NonWrappedPropertiesClassAttribute()

创建类型为 NonWrappedPropertiesClassAttribute..

适用于