Sdílet prostřednictvím


TypeConverter.SimplePropertyDescriptor Konstruktory

Definice

Inicializuje novou instanci TypeConverter.SimplePropertyDescriptor třídy .

Přetížení

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Inicializuje novou instanci TypeConverter.SimplePropertyDescriptor třídy .

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

Inicializuje novou instanci TypeConverter.SimplePropertyDescriptor třídy .

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

Zdroj:
TypeConverter.cs
Zdroj:
TypeConverter.cs
Zdroj:
TypeConverter.cs

Inicializuje novou instanci TypeConverter.SimplePropertyDescriptor třídy .

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

A Type představující typ komponenty, se kterou tento popisovač vlastnosti váže.

name
String

Název vlastnosti

propertyType
Type

A Type , který představuje datový typ pro tuto vlastnost.

Viz také

Platí pro

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

Zdroj:
TypeConverter.cs
Zdroj:
TypeConverter.cs
Zdroj:
TypeConverter.cs

Inicializuje novou instanci TypeConverter.SimplePropertyDescriptor třídy .

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

A Type představující typ komponenty, se kterou tento popisovač vlastnosti váže.

name
String

Název vlastnosti

propertyType
Type

A Type , který představuje datový typ pro tuto vlastnost.

attributes
Attribute[]

Pole Attribute s atributy, které chcete přidružit k vlastnosti.

Viz také

Platí pro