DatePickerFlyoutItem クラス

定義

DatePickerFlyout コントロール内の項目のコンテナーを表します。

public ref class DatePickerFlyoutItem sealed : DependencyObject, ICustomPropertyProvider
/// [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 DatePickerFlyoutItem final : DependencyObject, ICustomPropertyProvider
[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 DatePickerFlyoutItem : DependencyObject, ICustomPropertyProvider
Public NotInheritable Class DatePickerFlyoutItem
Inherits DependencyObject
Implements ICustomPropertyProvider
継承
Object Platform::Object IInspectable DependencyObject DatePickerFlyoutItem
属性
実装

Windows の要件

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

プロパティ

Dispatcher

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

(継承元 DependencyObject)
PrimaryText

アイテムのプライマリ テキストを取得または設定します。

PrimaryTextProperty

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

SecondaryText

アイテムのセカンダリ テキストを取得または設定します。

SecondaryTextProperty

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

Type

項目の型を取得します。

メソッド

ClearValue(DependencyProperty)

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

(継承元 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

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

(継承元 DependencyObject)
GetCustomProperty(String)

プロパティ名を指定して ICustomProperty オブジェクトを取得します。

GetIndexedProperty(String, TypeName)

プロパティ名とインデックス付きコレクションの型を指定して、カスタム プロパティの ICustomProperty サポート オブジェクトを取得します。

GetStringRepresentation()

実装が System.Object をサポートしていることを前提として、"GetStringFromObject" または "ToString" ロジックのサポートを提供します。 このロジックは、データ コンテンツに基づいて UI オートメーション値を生成するなどの機能またはサービスによってアクセスされる場合があります。

GetValue(DependencyProperty)

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

(継承元 DependencyObject)
ReadLocalValue(DependencyProperty)

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

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

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

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

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

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

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

(継承元 DependencyObject)

適用対象

こちらもご覧ください