Share via


IconSource.GetIconElementPropertyCore(DependencyProperty) メソッド

定義

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 のプロパティが更新されると、基底クラスは、追跡している作成されたすべての IconElements のプロパティを更新します。 このメソッドは、基底クラスがアイコン ソース サブタイプに関連付けられている依存関係プロパティを取得し、対応する IconElement サブタイプにプロパティを設定する方法です。 たとえば、 FontIconSource.GetIconElementPropertyCore(FontIconSource.FontSizeProperty)FontIconSource.FontSizeProperty を返します。

適用対象