Construtor PropertyWindowAttribute (PropertyEditorType, PropertyConverterType)
Inicializa uma nova instância de PropertyWindowAttribute classe usando o editor fornecido tipo e o conversor de tipo de indicadores.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
editorType As PropertyEditorType, _
converterType As PropertyConverterType _
)
public PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
PropertyEditorType editorType,
PropertyConverterType converterType
)
new :
editorType:PropertyEditorType *
converterType:PropertyConverterType -> PropertyWindowAttribute
public function PropertyWindowAttribute(
editorType : PropertyEditorType,
converterType : PropertyConverterType
)
Parâmetros
- editorType
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Dentre as PropertyConverterType valores.
- converterType
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyConverterType
Dentre as PropertyEditorType valores.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyWindowAttribute Classe
Sobrecargas PropertyWindowAttribute