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

適用於