The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyWindowAttribute Constructor (PropertyEditorType, PropertyConverterType)
Initializes a new instance of the PropertyWindowAttribute class by using the provided editor type and converter type indicators.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
Parameters
- editorType
-
Type:
Microsoft.VisualStudio.TestTools.Common::PropertyEditorType
One of the PropertyConverterType values.
- converterType
-
Type:
Microsoft.VisualStudio.TestTools.Common::PropertyConverterType
One of the PropertyEditorType values.
Show: