ICustomPropertyProvider.Type Proprietà

Definizione

Ottiene il tipo sottostante della proprietà personalizzata.

public:
 property TypeName Type { TypeName get(); };
TypeName Type();
public System.Type Type { get; }
var typeName = iCustomPropertyProvider.type;
Public ReadOnly Property Type As Type

Valore della proprietà

Tipo sottostante, con informazioni pertinenti come valori della struttura TypeName . TypeName fornisce l'infrastruttura in modo che il backup delle proprietà non deve accettare una dipendenza da Common Language Runtime (CLR) e System.Type.

Si applica a

Vedi anche