PropertyWindowAttribute.ConverterType, propriété
Obtient l'indicateur de type de convertisseur de la propriété.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ConverterType As PropertyConverterType
Get
public PropertyConverterType ConverterType { get; }
public:
property PropertyConverterType ConverterType {
PropertyConverterType get ();
}
member ConverterType : PropertyConverterType
function get ConverterType () : PropertyConverterType
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.PropertyConverterType
Indicateur de type de convertisseur de la propriété.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyWindowAttribute Classe