Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
editorType As PropertyEditorType, _
converterType As PropertyConverterType _
)
'使用
Dim editorType As PropertyEditorType
Dim converterType As PropertyConverterType
Dim instance As New PropertyWindowAttribute(editorType, _
converterType)
public PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
public function PropertyWindowAttribute(
editorType : PropertyEditorType,
converterType : PropertyConverterType
)
Parameters
- editorType
Type: Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
- converterType
Type: Microsoft.VisualStudio.TestTools.Common.PropertyConverterType
Permissions
- 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 Members