ProvidePropertyAttribute Конструкторы

Определение

Инициализирует новый экземпляр класса ProvidePropertyAttribute.

Перегрузки

ProvidePropertyAttribute(String, String)

Инициализирует новый экземпляр класса ProvidePropertyAttribute, используя данное имя свойства и тип его получателя.

ProvidePropertyAttribute(String, Type)

Инициализирует новый экземпляр класса ProvidePropertyAttribute, используя имя свойства и его тип Type.

ProvidePropertyAttribute(String, String)

Исходный код:
ProvidePropertyAttribute.cs
Исходный код:
ProvidePropertyAttribute.cs
Исходный код:
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)

Исходный код:
ProvidePropertyAttribute.cs
Исходный код:
ProvidePropertyAttribute.cs
Исходный код:
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 данных объекта, который может получить данное свойство.

Применяется к