Freigeben über


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

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, _
    attributes As Attribute() _
)
'Usage
Dim componentType As Type
Dim name As String
Dim propertyType As Type
Dim attributes As Attribute()

Dim instance As New SimplePropertyDescriptor(componentType, name, propertyType, attributes)
protected SimplePropertyDescriptor (
    Type componentType,
    string name,
    Type propertyType,
    Attribute[] attributes
)
protected:
SimplePropertyDescriptor (
    Type^ componentType, 
    String^ name, 
    Type^ propertyType, 
    array<Attribute^>^ attributes
)
protected SimplePropertyDescriptor (
    Type componentType, 
    String name, 
    Type propertyType, 
    Attribute[] attributes
)
protected function SimplePropertyDescriptor (
    componentType : Type, 
    name : String, 
    propertyType : Type, 
    attributes : Attribute[]
)

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.
  • attributes
    Ein Attribute-Array mit den der Eigenschaft zuzuweisenden Attributen.

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
Attribute
TypeConverter-Klasse
TypeConverter.SimplePropertyDescriptor-Klasse
PropertyDescriptor-Klasse