StyleSelector.SelectStyle(Object, DependencyObject) メソッド

定義

カスタム ロジックに基づいて特定の スタイル を返します。

public:
 virtual Style ^ SelectStyle(Platform::Object ^ item, DependencyObject ^ container) = SelectStyle;
Style SelectStyle(IInspectable const& item, DependencyObject const& container);
public Style SelectStyle(object item, DependencyObject container);
function selectStyle(item, container)
Public Function SelectStyle (item As Object, container As DependencyObject) As Style

パラメーター

item
Object

Platform::Object

IInspectable

コンテンツ。

container
DependencyObject

スタイルが適用される要素。

戻り値

適用するアプリケーション固有のスタイル。null を返すこともできます。

注釈

派生クラスで特定のスタイルを指定するには、 SelectStyleCore メソッドをオーバーライドします。

適用対象