Partager via


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

Sécurité .NET Framework

Voir aussi

Référence

PropertyWindowAttribute Classe

PropertyWindowAttribute, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

PropertyConverterType

PropertyEditorType