XamlDeferLoadAttribute.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取延迟加载行为的目标/内容类型的 CLR Type 值。
public:
property Type ^ ContentType { Type ^ get(); };
public Type ContentType { get; }
member this.ContentType : Type
Public ReadOnly Property ContentType As Type
属性值
延迟加载行为的目标/内容类型的 CLR Type 值。
适用于