ExtendedPropertyValueEditor.ExtendedEditorTemplate 屬性
取得或設定用於擴充式快顯/固定編輯器的 DataTemplate。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Property ExtendedEditorTemplate As DataTemplate
Get
Set
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
member ExtendedEditorTemplate : DataTemplate with get, set
function get ExtendedEditorTemplate () : DataTemplate
function set ExtendedEditorTemplate (value : DataTemplate)
屬性值
型別:System.Windows.DataTemplate
會定義編輯器的 DataTemplate。
備註
其 DataContext 屬性會設定為 PropertyValue。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ExtendedPropertyValueEditor 類別
Microsoft.Windows.Design.PropertyEditing 命名空間