Share via


SplitView.Content プロパティ

定義

SplitView のメイン パネルの内容を取得または設定します。

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = splitView.content;
splitView.content = uIElement;
Public Property Content As UIElement
<SplitView>
  singleObject
</SplitView>

プロパティ値

SplitView のメイン パネルの内容。 既定値は null です

適用対象