SfcParentAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Type の有効な親を指定する属性。 可能な親ごとに、次のいずれかを使用します。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcParentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
type SfcParentAttribute = class
inherit Attribute
Public Class SfcParentAttribute
Inherits Attribute
- 継承
-
SfcParentAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcParentAttribute() |
Type の有効な親を指定する属性。 可能な親ごとに、次のいずれかを使用します。 |
| SfcParentAttribute(String) |
Type の有効な親を指定する属性。 可能な親ごとに、次のいずれかを使用します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Parent |
可能な親型名。 名前は、修飾された名前空間にすることも、修飾されていない場合は、この atrribute を含む型の名前空間が使用されます。 |