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