Freigeben über


AmbientValueAttribute.Value-Eigenschaft

Ruft das Objekt ab, das der Wert dieses AmbientValueAttribute ist.

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

Syntax

'Declaration
Public ReadOnly Property Value As Object
'Usage
Dim instance As AmbientValueAttribute
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object

Eigenschaftenwert

Das Objekt, das der Wert dieses AmbientValueAttribute ist.

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

AmbientValueAttribute-Klasse
AmbientValueAttribute-Member
System.ComponentModel-Namespace