Aracılığıyla paylaş


ItemPropertyInfo(String, Type, Object) Oluşturucu

Tanım

ItemPropertyInfo sınıfının yeni bir örneğini başlatır.

public:
 ItemPropertyInfo(System::String ^ name, Type ^ type, System::Object ^ descriptor);
public ItemPropertyInfo (string name, Type type, object descriptor);
new System.ComponentModel.ItemPropertyInfo : string * Type * obj -> System.ComponentModel.ItemPropertyInfo
Public Sub New (name As String, type As Type, descriptor As Object)

Parametreler

name
String

Özelliğin adı.

type
Type

Özelliğin türü.

descriptor
Object

Özelliği hakkında ek bilgiler içeren bir nesne.

Açıklamalar

descriptor parametresi, veya PropertyInfo nesnesi gibi özellik hakkında bilgi içeren herhangi bir PropertyDescriptor nesne olabilir.

Şunlara uygulanır