UserControl.Content プロパティ

定義

ユーザー コントロール内に含まれるコンテンツを取得または設定します。

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 .../>

プロパティ値

ユーザー コントロールの内容。

適用対象