SplitView.Pane Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property UIElement ^ Pane { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Pane();
void Pane(UIElement value);
public UIElement Pane { get; set; }
var uIElement = splitView.pane;
splitView.pane = uIElement;
Public Property Pane As UIElement
<SplitView>
singleObject
<SplitView.Pane>
singleObject
</SplitView.Pane
</SplitView>
Valeur de propriété
Contenu du volet d’un SplitView. La valeur par défaut est Null.