Share via


PickerFlyout.Content プロパティ

定義

ピッカー内に含まれるコンテンツを取得または設定します。

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = pickerFlyout.content;
pickerFlyout.content = uIElement;
Public Property Content As UIElement

プロパティ値

ユーザー コントロールの内容。

適用対象