ItemPropertyInfo(String, Type, Object) Costruttore

Definizione

Inizializza una nuova istanza della classe ItemPropertyInfo.

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)

Parametri

name
String

Nome della proprietà.

type
Type

Tipo della proprietà.

descriptor
Object

Oggetto contenente informazioni aggiuntive sulla proprietà.

Commenti

Il descriptor parametro può essere qualsiasi oggetto contenente informazioni sulla proprietà, ad esempio un PropertyDescriptor oggetto o PropertyInfo .

Si applica a