Share via


PropertyWindowAttribute Constructor (PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided converter type indicator.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    converterType As PropertyConverterType _
)
public PropertyWindowAttribute(
    PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
    PropertyConverterType converterType
)
new : 
        converterType:PropertyConverterType -> PropertyWindowAttribute
public function PropertyWindowAttribute(
    converterType : PropertyConverterType
)

Parameters

.NET Framework Security

See Also

Reference

PropertyWindowAttribute Class

PropertyWindowAttribute Overload

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyConverterType