Share via


TwoPaneView.Pane2 プロパティ

定義

ウィンドウ 2 の内容を取得または設定します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

void Pane2(UIElement value);
public UIElement Pane2 { get; set; }
Public Property Pane2 As UIElement

プロパティ値

ウィンドウ 2 の内容。

適用対象