Condividi tramite


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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyWindowAttribute Classe

Overload PropertyWindowAttribute

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

PropertyConverterType

PropertyEditorType