Compartir a través de


PickerFlyout.Content Propiedad

Definición

Obtiene o establece el contenido incluido en el selector.

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

Valor de propiedad

Contenido del control de usuario.

Se aplica a