Compartir a través de


InlineUIContainer.Child Propiedad

Definición

Obtiene o establece el UIElement hospedado por InlineUIContainer.

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

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = inlineUIContainer.child;
inlineUIContainer.child = uIElement;
Public Property Child As UIElement
<InlineUIContainer ...>
  singleChild
</InlineUIContainer>

Valor de propiedad

UiElement hospedado por InlineUIContainer.

Se aplica a