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型のオブジェクトを作成します。

適用対象