Share via


ItemPropertyInfo(String, Type, Object) Konstruktor

Definice

Inicializuje novou instanci ItemPropertyInfo třídy.

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)

Parametry

name
String

Název vlastnosti

type
Type

Typ proměnné

descriptor
Object

Objekt, který obsahuje další informace o vlastnosti.

Poznámky

Parametrem descriptor může být libovolný objekt, který obsahuje informace o vlastnosti, například PropertyDescriptor objekt nebo PropertyInfo .

Platí pro