更新:2007 年 11 月
为当前的 PropertyEntry 获取最适当的 ExtendedEditorTemplate。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design(在 Microsoft.Windows.Design.dll 中)
语法
声明
Public ReadOnly Property ExtendedEditorTemplate As DataTemplate
用法
Dim instance As PropertyContainer
Dim value As DataTemplate
value = instance.ExtendedEditorTemplate
public DataTemplate ExtendedEditorTemplate { get; }
public:
property DataTemplate^ ExtendedEditorTemplate {
DataTemplate^ get ();
}
public function get ExtendedEditorTemplate () : DataTemplate
属性值
类型:System.Windows.DataTemplate
DataTemplate ,表示当前 PropertyEntry 的最适当的 ExtendedEditorTemplate。
备注
行模板可以使用该值在适当位置呈现此编辑器。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
Microsoft.Windows.Design.PropertyEditing 命名空间