TypeConverter.SimplePropertyDescriptor 생성자

정의

TypeConverter.SimplePropertyDescriptor 클래스의 새 인스턴스를 초기화합니다.

오버로드

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

TypeConverter.SimplePropertyDescriptor 클래스의 새 인스턴스를 초기화합니다.

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

TypeConverter.SimplePropertyDescriptor 클래스의 새 인스턴스를 초기화합니다.

TypeConverter.SimplePropertyDescriptor(Type, String, Type)

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

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)

매개 변수

componentType
Type

이 속성 설명자가 바인딩된 구성 요소의 형식을 나타내는 Type입니다.

name
String

속성의 이름입니다.

propertyType
Type

이 속성의 데이터 형식을 나타내는 Type입니다.

추가 정보

적용 대상

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

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

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())

매개 변수

componentType
Type

이 속성 설명자가 바인딩된 구성 요소의 형식을 나타내는 Type입니다.

name
String

속성의 이름입니다.

propertyType
Type

이 속성의 데이터 형식을 나타내는 Type입니다.

attributes
Attribute[]

속성과 연결할 특성이 들어 있는 Attribute 배열입니다.

추가 정보

적용 대상