Sdílet prostřednictvím


PropertyWindowAttribute – konstruktor (PropertyEditorType, PropertyConverterType)

Inicializuje novou instanci PropertyWindowAttribute pomocí poskytnutého editoru typu a převaděč ukazatele typu třídy.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PropertyWindowAttribute Třída

PropertyWindowAttribute – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů

PropertyConverterType

PropertyEditorType