共用方式為


InlineUIContainer.Child 屬性

定義

取得或設定InlineUIContainer裝載的UIElement

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>

屬性值

InlineUIContainer裝載的UIElement

適用於