PropertyWindowAttribute, constructeur (PropertyEditorType, PropertyConverterType)
Initialise une nouvelle instance de la classe PropertyWindowAttribute à l'aide de l'indicateur de type d'éditeur de propriétés et des indicateurs de types de convertisseurs fournis.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
editorType As PropertyEditorType, _
converterType As PropertyConverterType _
)
public PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
new :
editorType:PropertyEditorType *
converterType:PropertyConverterType -> PropertyWindowAttribute
public function PropertyWindowAttribute(
editorType : PropertyEditorType,
converterType : PropertyConverterType
)
Paramètres
editorType
Type : Microsoft.VisualStudio.TestTools.Common.PropertyEditorTypeUne des valeurs de PropertyConverterType.
converterType
Type : Microsoft.VisualStudio.TestTools.Common.PropertyConverterTypeUne des valeurs de PropertyEditorType.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyWindowAttribute Classe
PropertyWindowAttribute, surcharge