Freigeben über


TypeConverter.SimplePropertyDescriptor-Konstruktor (Type, String, Type)

Initialisiert eine neue Instanz der TypeConverter.SimplePropertyDescriptor-Klasse.

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

Syntax

'Declaration
Protected Sub New ( _
    componentType As Type, _
    name As String, _
    propertyType As Type _
)
'Usage
Dim componentType As Type
Dim name As String
Dim propertyType As Type

Dim instance As New SimplePropertyDescriptor(componentType, name, propertyType)
protected SimplePropertyDescriptor (
    Type componentType,
    string name,
    Type propertyType
)
protected:
SimplePropertyDescriptor (
    Type^ componentType, 
    String^ name, 
    Type^ propertyType
)
protected SimplePropertyDescriptor (
    Type componentType, 
    String name, 
    Type propertyType
)
protected function SimplePropertyDescriptor (
    componentType : Type, 
    name : String, 
    propertyType : Type
)

Parameter

  • componentType
    Ein Type, der den Komponententyp darstellt, an den dieser Eigenschaftenbezeichner gebunden ist.
  • name
    Der Name der Eigenschaft.
  • propertyType
    Ein Type, der den Datentyp für diese Eigenschaft darstellt.

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

TypeConverter.SimplePropertyDescriptor-Klasse
TypeConverter.SimplePropertyDescriptor-Member
System.ComponentModel-Namespace
TypeConverter-Klasse
TypeConverter.SimplePropertyDescriptor-Klasse
PropertyDescriptor-Klasse