Share via


PropertyWindowAttribute Constructor (PropertyEditorType)

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

PropertyWindowAttribute Class

PropertyWindowAttribute Overload

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyEditorType