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
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| RootFacetAttribute(Type) |
Ctor--takes 型の root をパラメーターとして使用する |
プロパティ
| 名前 | 説明 |
|---|---|
| RootType |
ctor で最初に指定された rootType を返します。 |