PropertyDescriptor.PropertyType Proprietà

Definizione

In caso di override in una classe derivata, ottiene il tipo della proprietà .

public:
 abstract property Type ^ PropertyType { Type ^ get(); };
public abstract Type PropertyType { get; }
member this.PropertyType : Type
Public MustOverride ReadOnly Property PropertyType As Type

Valore della proprietà

Oggetto Type che rappresenta il tipo della proprietà .

Commenti

In genere, questa proprietà viene implementata tramite reflection.

Si applica a