PropertyWindowAttribute-Konstruktor (PropertyEditorType, PropertyConverterType)
Initialisiert eine neue Instanz der PropertyWindowAttribute-Klasse mit dem angegebenen Editortyp- und Konvertertypindikator.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
)
Parameter
- editorType
Typ: Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Einer der PropertyConverterType-Werte.
- converterType
Typ: Microsoft.VisualStudio.TestTools.Common.PropertyConverterType
Einer der PropertyEditorType-Werte.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
PropertyWindowAttribute Klasse
PropertyWindowAttribute-Überladung