TypeConverterAttribute.ConverterTypeName Proprietà

Definizione

Ottiene il nome di tipo completo dell'oggetto Type da utilizzare come convertitore per l'oggetto a cui è associato questo attributo.

public:
 property System::String ^ ConverterTypeName { System::String ^ get(); };
public string ConverterTypeName { get; }
member this.ConverterTypeName : string
Public ReadOnly Property ConverterTypeName As String

Valore della proprietà

Nome di tipo completo dell'oggetto Type da utilizzare come convertitore per l'oggetto a cui è associato questo attributo o, in mancanza, una stringa vuota (""). Il valore predefinito è una stringa vuota ("").

Si applica a

Vedi anche