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 类型的对象。

适用于