ProvidePropertyAttribute 생성자

정의

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

오버로드

ProvidePropertyAttribute(String, String)

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

ProvidePropertyAttribute(String, Type)

속성의 이름과 해당 ProvidePropertyAttribute으로 Type 클래스의 새 인스턴스를 초기화합니다.

ProvidePropertyAttribute(String, String)

Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs

속성 이름과 해당 수신자의 형식을 사용하여 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)

Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs

속성의 이름과 해당 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입니다.

적용 대상