Compartir a través de


UserControl.Content Propiedad

Definición

Obtiene o establece el contenido que se encuentra dentro de un control de usuario.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = userControl.content;
userControl.content = uIElement;
Public Property Content As UIElement
<UserControl ...>
  singleContentElement
</UserControl>
-or-
<UserControl .../>

Valor de propiedad

Contenido del control de usuario.

Se aplica a