TypeConverterAttribute.ConverterTypeName Proprietà

Definizione

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

public:
 property System::String ^ ConverterTypeName { System::String ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public string ConverterTypeName { get; }
public string ConverterTypeName { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ConverterTypeName : string
member this.ConverterTypeName : string
Public ReadOnly Property ConverterTypeName As String

Valore della proprietà

Il nome completo del tipo da Type utilizzare come convertitore per l'oggetto a cui è associato questo attributo o una stringa vuota ("") se non esiste alcuno. Il valore predefinito è una stringa vuota ("").

Attributi

Si applica a

Vedi anche