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
converterType
Type: Microsoft.VisualStudio.TestTools.Common.PropertyConverterTypeOne of the PropertyConverterType values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyWindowAttribute Overload