JumpListItemBackgroundConverter クラス

定義

バインドするジャンプ リストの項目テンプレート内の要素に適切な背景 Brush を提供します。 ブラシは現在のテーマとアクセントの色を反映し、空のグループジャンプ リスト項目を網掛けするためにも使用されます。 既定では、Brush は組み込みのアプリと一致しますが、 Enabled プロパティと Disabled プロパティを使用して、デザインのニーズに合わせてオーバーライドできます。

public ref class JumpListItemBackgroundConverter sealed : DependencyObject, IValueConverter
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class JumpListItemBackgroundConverter final : DependencyObject, IValueConverter
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class JumpListItemBackgroundConverter final : DependencyObject, IValueConverter
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class JumpListItemBackgroundConverter : DependencyObject, IValueConverter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class JumpListItemBackgroundConverter : DependencyObject, IValueConverter
Public NotInheritable Class JumpListItemBackgroundConverter
Inherits DependencyObject
Implements IValueConverter
継承
Object Platform::Object IInspectable DependencyObject JumpListItemBackgroundConverter
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

コンストラクター

JumpListItemBackgroundConverter()

JumpListItemBackgroundConverter クラスの新しいインスタンスを初期化します。

プロパティ

Disabled

グループが空でジャンプ リスト項目が無効になっている場合に、背景に使用するブラシを取得または設定します。

DisabledProperty

Disabled 依存関係プロパティを識別します。

Dispatcher

このオブジェクトが関連付けられている CoreDispatcher を取得します。 CoreDispatcher は、コードが UI 以外のスレッドによって開始された場合でも、UI スレッド上の DependencyObject にアクセスできる機能を表します。

(継承元 DependencyObject)
Enabled

グループが空でなく、ジャンプ リスト項目が有効になっている場合に、背景に使用するブラシを取得または設定します。

EnabledProperty

Enabled 依存関係プロパティを識別します。

メソッド

ClearValue(DependencyProperty)

依存関係プロパティのローカル値をクリアします。

(継承元 DependencyObject)
Convert(Object, TypeName, Object, String)

項目が空でない場合は有効なブラシを返し、それ以外の場合は無効なブラシを返します。

ConvertBack(Object, TypeName, Object, String)

ソース オブジェクトに渡す前にターゲット データを変更します。

GetAnimationBaseValue(DependencyProperty)

依存関係プロパティに対して確立された基本値を返します。これは、アニメーションがアクティブでない場合に適用されます。

(継承元 DependencyObject)
GetValue(DependencyProperty)

DependencyObject から依存関係プロパティの現在の有効な値を返します。

(継承元 DependencyObject)
ReadLocalValue(DependencyProperty)

ローカル値が設定されている場合は、依存関係プロパティのローカル値を返します。

(継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

この DependencyObject インスタンスの特定の DependencyProperty に対する変更をリッスンするための通知関数を登録します。

(継承元 DependencyObject)
SetValue(DependencyProperty, Object)

DependencyObject の依存関係プロパティのローカル値を設定します。

(継承元 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

RegisterPropertyChangedCallback を呼び出して以前に登録した変更通知を取り消します。

(継承元 DependencyObject)

適用対象

こちらもご覧ください