SfcParentAttribute クラス

定義

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 を含む型の名前空間が使用されます。

適用対象