Partager via


SplitView.Content Propriété

Définition

Obtient ou définit le contenu du panneau main d’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>

Valeur de propriété

Contenu du panneau main d’un SplitView. La valeur par défaut est null.

S’applique à