DataTemplateKey 类

定义

表示 DataTemplate 类的资源键。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DataTemplateKey
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class DataTemplateKey
Public Class DataTemplateKey
继承
Object IInspectable DataTemplateKey
属性

注解

DataTemplateKey 表示资源键的基础类型, (DataTemplate) 的 x:Key 属性,用于内部资源查找,而不是字符串。 它主要用于基础结构,你不会在任何常见的 XAML 数据绑定方案中直接使用此类型。

构造函数

DataTemplateKey()

初始化 DataTemplateKey 类的新实例。

DataTemplateKey(Object)

使用指定类型初始化 DataTemplateKey 类的新实例。

属性

DataType

获取或设置模板设计所针对的类型。

适用于

另请参阅