NotifyParentPropertyAttribute クラス
属性が適用されているプロパティの値が変更された場合に、親プロパティに通知することを示します。このクラスは継承できません。
この型のすべてのメンバの一覧については、NotifyParentPropertyAttribute メンバ を参照してください。
System.Object
System.Attribute
System.ComponentModel.NotifyParentPropertyAttribute
<AttributeUsage(AttributeTargets.Property)>
NotInheritable Public Class NotifyParentPropertyAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Property)]
public sealed class NotifyParentPropertyAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Property)]
public __gc __sealed class NotifyParentPropertyAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Property)
class NotifyParentPropertyAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
プロパティの値が変更されたときに親プロパティに通知するようにする場合は、そのプロパティに NotifyParentPropertyAttribute を適用します。たとえば、Size プロパティには、高さと幅という 2 つの入れ子になったプロパティがあります。これらの入れ子になったプロパティは、その値が変更されたときに親プロパティに通知して、親プロパティの値も更新して表示できるように、 NotifyParentPropertyAttribute(true) でマークする必要があります。
属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。
必要条件
名前空間: System.ComponentModel
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System (System.dll 内)
参照
NotifyParentPropertyAttribute メンバ | System.ComponentModel 名前空間 | Attribute