ProvidePropertyAttribute 생성자

정의

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

오버로드

Name Description
ProvidePropertyAttribute(String, String)

속성 이름과 해당 수신기의 ProvidePropertyAttribute 형식을 사용하여 클래스의 새 인스턴스를 초기화합니다.

ProvidePropertyAttribute(String, Type)

속성 이름과 해당 클래스의 ProvidePropertyAttribute 이름을 사용하여 클래스의 새 인스턴스를 초기화합니다 Type.

ProvidePropertyAttribute(String, String)

속성 이름과 해당 수신기의 ProvidePropertyAttribute 형식을 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 ProvidePropertyAttribute(System::String ^ propertyName, System::String ^ receiverTypeName);
public ProvidePropertyAttribute(string propertyName, string receiverTypeName);
new System.ComponentModel.ProvidePropertyAttribute : string * string -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverTypeName As String)

매개 변수

propertyName
String

지정된 형식의 개체로 확장되는 속성의 이름입니다.

receiverTypeName
String

이 속성이 확장할 수 있는 데이터 형식의 이름입니다.

적용 대상

ProvidePropertyAttribute(String, Type)

속성 이름과 해당 클래스의 ProvidePropertyAttribute 이름을 사용하여 클래스의 새 인스턴스를 초기화합니다 Type.

public:
 ProvidePropertyAttribute(System::String ^ propertyName, Type ^ receiverType);
public ProvidePropertyAttribute(string propertyName, Type receiverType);
new System.ComponentModel.ProvidePropertyAttribute : string * Type -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverType As Type)

매개 변수

propertyName
String

지정된 형식의 개체로 확장되는 속성의 이름입니다.

receiverType
Type

Type 속성을 받을 수 있는 개체의 데이터 형식입니다.

적용 대상