Freigeben über


NotifyParentPropertyAttribute.NotifyParent-Eigenschaft

Ruft einen Wert ab, der angibt, ob die übergeordnete Eigenschaft über Änderungen des Eigenschaftenwerts benachrichtigt wird, oder legt diesen fest.

Namespace: System.ComponentModel
Assembly: System (in system.dll)

Syntax

'Declaration
Public ReadOnly Property NotifyParent As Boolean
'Usage
Dim instance As NotifyParentPropertyAttribute
Dim value As Boolean

value = instance.NotifyParent
public bool NotifyParent { get; }
public:
property bool NotifyParent {
    bool get ();
}
/** @property */
public boolean get_NotifyParent ()
public function get NotifyParent () : boolean

Eigenschaftenwert

true, wenn die übergeordnete Eigenschaft über Änderungen benachrichtigt werden soll, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

NotifyParentPropertyAttribute-Klasse
NotifyParentPropertyAttribute-Member
System.ComponentModel-Namespace