PropertyWindowAttribute, constructeur (PropertyEditorType)
Initialise une nouvelle instance de la classe PropertyWindowAttribute à l'aide de l'indicateur de type d'éditeur de propriétés fourni.
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 _
)
public PropertyWindowAttribute(
PropertyEditorType editorType
)
public:
PropertyWindowAttribute(
PropertyEditorType editorType
)
new :
editorType:PropertyEditorType -> PropertyWindowAttribute
public function PropertyWindowAttribute(
editorType : PropertyEditorType
)
Paramètres
- editorType
Type : Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Une 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyWindowAttribute Classe
PropertyWindowAttribute, surcharge