SplitView.Content Propiedad

Definición

Obtiene o establece el contenido del panel principal de un 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>

Valor de propiedad

Contenido del panel principal de splitView. El valor predeterminado es NULL.

Se aplica a