Partage via


InlineUIContainer.Child Propriété

Définition

Obtient ou définit l’élément UIElement hébergé par 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>

Valeur de propriété

UIElement hébergé par InlineUIContainer.

S’applique à