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
屬性

建構函式

名稱 Description
NonWrappedPropertiesClassAttribute()

建立一個型態 NonWrappedPropertiesClassAttribute為 的物件。

適用於