Proprietà PropertyWindowAttribute.ConverterType
Ottiene l'indicatore di tipo del convertitore di proprietà.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ConverterType As PropertyConverterType
Get
public PropertyConverterType ConverterType { get; }
public:
property PropertyConverterType ConverterType {
PropertyConverterType get ();
}
member ConverterType : PropertyConverterType
function get ConverterType () : PropertyConverterType
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyConverterType
Indicatore di tipo del convertitore di proprietà.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
PropertyWindowAttribute Classe