DialogPropertyValueEditor – konstruktor (DataTemplate, DataTemplate)
Inicializuje novou instanci DialogPropertyValueEditor Třída
Obor názvů: Microsoft.Windows.Design.PropertyEditing
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
Public Sub New ( _
dialogEditorTemplate As DataTemplate, _
inlineEditorTemplate As DataTemplate _
)
public DialogPropertyValueEditor(
DataTemplate dialogEditorTemplate,
DataTemplate inlineEditorTemplate
)
public:
DialogPropertyValueEditor(
DataTemplate^ dialogEditorTemplate,
DataTemplate^ inlineEditorTemplate
)
new :
dialogEditorTemplate:DataTemplate *
inlineEditorTemplate:DataTemplate -> DialogPropertyValueEditor
public function DialogPropertyValueEditor(
dialogEditorTemplate : DataTemplate,
inlineEditorTemplate : DataTemplate
)
Parametry
- dialogEditorTemplate
Typ: System.Windows.DataTemplate
A DataTemplate , je umístěn v dialogovém okně specifického pro hostitele a má své DataContext nastavena PropertyValue odpovídá vlastnosti upravovaného.
- inlineEditorTemplate
Typ: System.Windows.DataTemplate
A DataTemplate používané pro vložené editor.Pokud, jeho DataContext bude nastavena PropertyValue odpovídá vlastnosti upravovaného.
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é
Odkaz
DialogPropertyValueEditor Třída
DialogPropertyValueEditor – přetížení
Microsoft.Windows.Design.PropertyEditing – obor názvů