Partager via


PickerFlyout.Content Propriété

Définition

Obtient ou définit le contenu contenu dans le sélecteur.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = pickerFlyout.content;
pickerFlyout.content = uIElement;
Public Property Content As UIElement

Valeur de propriété

Contenu du contrôle utilisateur.

S’applique à