PropertyWindowAttribute Constructor (PropertyEditorType)

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

Syntax

'宣言
Public Sub New ( _
    editorType As PropertyEditorType _
)
'使用
Dim editorType As PropertyEditorType

Dim instance As New PropertyWindowAttribute(editorType)
public PropertyWindowAttribute(
    PropertyEditorType editorType
)
public:
PropertyWindowAttribute(
    PropertyEditorType editorType
)
public function PropertyWindowAttribute(
    editorType : PropertyEditorType
)

Parameters

Permissions

See Also

Reference

PropertyWindowAttribute Class

PropertyWindowAttribute Members

PropertyWindowAttribute Overload

Microsoft.VisualStudio.TestTools.Common Namespace