RootFacetAttribute 類別

定義

識別根面的自訂屬性

[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 指定

適用於