NonWrappedPropertiesClassAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示屬性類別的屬性在傳遞給屬性視窗前,不應被包裹。
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為 的物件。 |