PropertyWindowAttribute Constructor (PropertyConverterType)

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

Syntax

'宣言
Public Sub New ( _
    converterType As PropertyConverterType _
)
'使用
Dim converterType As PropertyConverterType

Dim instance As New PropertyWindowAttribute(converterType)
public PropertyWindowAttribute(
    PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
    PropertyConverterType converterType
)
public function PropertyWindowAttribute(
    converterType : PropertyConverterType
)

Parameters

Permissions

See Also

Reference

PropertyWindowAttribute Class

PropertyWindowAttribute Members

PropertyWindowAttribute Overload

Microsoft.VisualStudio.TestTools.Common Namespace