IconSource.GetIconElementPropertyCore(DependencyProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 IconSource 属性映射到 IconElementProperties。
protected:
virtual DependencyProperty ^ GetIconElementPropertyCore(DependencyProperty ^ iconSourceProperty) = GetIconElementPropertyCore;
DependencyProperty GetIconElementPropertyCore(DependencyProperty const& iconSourceProperty);
protected virtual DependencyProperty GetIconElementPropertyCore(DependencyProperty iconSourceProperty);
function getIconElementPropertyCore(iconSourceProperty)
Protected Overridable Function GetIconElementPropertyCore (iconSourceProperty As DependencyProperty) As DependencyProperty
参数
- iconSourceProperty
- DependencyProperty
用作 图标内容的 IconSource 。
返回
一个 对象,它支持值表达式、数据绑定、动画和属性更改通知。 有关 DependencyProperty 值如何充当依赖属性的标识符的详细信息,请参阅 依赖属性概述。
注解
更新 IconSource 上的属性时,基类将更新它所跟踪的所有已创建 IconElement 上的属性。 此方法是基类能够采用与图标源子类型关联的依赖属性,并在相应的 IconElement 子类型上设置 属性的方式。 例如, FontIconSource.GetIconElementPropertyCore(FontIconSource.FontSizeProperty)
返回 FontIconSource.FontSizeProperty