共用方式為


PropertyWindowAttribute 建構函式 (PropertyEditorType)

使用提供的屬性編輯器型別指標,初始化 PropertyWindowAttribute 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

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

參數

.NET Framework 安全性

請參閱

參考

PropertyWindowAttribute 類別

PropertyWindowAttribute 多載

Microsoft.VisualStudio.TestTools.Common 命名空間

PropertyEditorType