TypeConverter.SimplePropertyDescriptor Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TypeConverter.SimplePropertyDescriptor.

Przeciążenia

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Inicjuje nowe wystąpienie klasy TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])

Inicjuje nowe wystąpienie klasy TypeConverter.SimplePropertyDescriptor.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

Inicjuje nowe wystąpienie klasy TypeConverter.SimplePropertyDescriptor.

protected:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
public:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType);
public SimplePropertyDescriptor (Type componentType, string name, Type propertyType);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Protected Sub New (componentType As Type, name As String, propertyType As Type)
Public Sub New (componentType As Type, name As String, propertyType As Type)

Parametry

componentType
Type

Element Type reprezentujący typ składnika, z którym wiąże się deskryptor tej właściwości.

name
String

Nazwa właściwości.

propertyType
Type

Element Type reprezentujący typ danych dla tej właściwości.

Zobacz też

Dotyczy

TypeConverter.SimplePropertyDescriptor(Type, String, Type, Attribute[])

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

Inicjuje nowe wystąpienie klasy TypeConverter.SimplePropertyDescriptor.

protected:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
public:
 SimplePropertyDescriptor(Type ^ componentType, System::String ^ name, Type ^ propertyType, cli::array <Attribute ^> ^ attributes);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[] attributes);
protected SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[]? attributes);
public SimplePropertyDescriptor (Type componentType, string name, Type propertyType, Attribute[] attributes);
new System.ComponentModel.TypeConverter.SimplePropertyDescriptor : Type * string * Type * Attribute[] -> System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Protected Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())
Public Sub New (componentType As Type, name As String, propertyType As Type, attributes As Attribute())

Parametry

componentType
Type

Element Type reprezentujący typ składnika, z którym wiąże się deskryptor tej właściwości.

name
String

Nazwa właściwości.

propertyType
Type

Element Type reprezentujący typ danych dla tej właściwości.

attributes
Attribute[]

Tablica Attribute z atrybutami do skojarzenia z właściwością.

Zobacz też

Dotyczy