ITypeDescriptorContext.PropertyDescriptor-Eigenschaft
Ruft den PropertyDescriptor ab, der dem angegebenen Kontextelement zugeordnet ist.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Syntax
'Declaration
ReadOnly Property PropertyDescriptor As PropertyDescriptor
'Usage
Dim instance As ITypeDescriptorContext
Dim value As PropertyDescriptor
value = instance.PropertyDescriptor
PropertyDescriptor PropertyDescriptor { get; }
property PropertyDescriptor^ PropertyDescriptor {
PropertyDescriptor^ get ();
}
/** @property */
PropertyDescriptor get_PropertyDescriptor ()
function get PropertyDescriptor () : PropertyDescriptor
Eigenschaftenwert
Der PropertyDescriptor, der das angegebene Kontextelement beschreibt, andernfalls NULL (Nothing in Visual Basic), wenn kein für den Aufruf verantwortlicher PropertyDescriptor vorhanden 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
ITypeDescriptorContext-Schnittstelle
ITypeDescriptorContext-Member
System.ComponentModel-Namespace
PropertyDescriptor