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
editorType
Typ: Microsoft.VisualStudio.TestTools.Common.PropertyEditorTypeJeden z PropertyConverterType hodnoty.
converterType
Typ: Microsoft.VisualStudio.TestTools.Common.PropertyConverterTypeJeden z PropertyEditorType hodnoty.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
PropertyWindowAttribute – přetížení