DialogPropertyValueEditor 建構函式 (DataTemplate, DataTemplate)
初始化 DialogPropertyValueEditor 類別的新執行個體。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
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
)
參數
- dialogEditorTemplate
型別:System.Windows.DataTemplate
裝載於主應用程式特定對話方塊中的 DataTemplate,而其 DataContext 設定為與所編輯之屬性對應的 PropertyValue。
- inlineEditorTemplate
型別:System.Windows.DataTemplate
用於內嵌編輯器的 DataTemplate。如果使用,則將其 DataContext 設定為對應至正在編輯之屬性的 PropertyValue。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間