RootFacetAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別根面的自訂屬性
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class RootFacetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)>]
type RootFacetAttribute = class
inherit Attribute
Public NotInheritable Class RootFacetAttribute
Inherits Attribute
- 繼承
-
RootFacetAttribute
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| RootFacetAttribute(Type) |
Ctor——以根的類型作為參數 |
屬性
| 名稱 | Description |
|---|---|
| RootType |
回傳 rootType 最初由 ctor 指定 |