Costruttore PropertyWindowAttribute (PropertyEditorType, PropertyConverterType)
Inizializza una nuova istanza della classe PropertyWindowAttribute utilizzando gli indicatori di tipo dell'editor e del convertitore specificati.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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
)
Parametri
editorType
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyEditorTypeUno dei valori di PropertyConverterType.
converterType
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyConverterTypeUno dei valori di PropertyEditorType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
PropertyWindowAttribute Classe
Overload PropertyWindowAttribute