HubSection.ContentTemplate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HubSection のコンテンツを表示するために使用されるデータ テンプレートを取得または設定します。
DataTemplate ContentTemplate();
void ContentTemplate(DataTemplate value);
public DataTemplate ContentTemplate { get; set; }
var dataTemplate = hubSection.contentTemplate;
hubSection.contentTemplate = dataTemplate;
Public Property ContentTemplate As DataTemplate
<HubSection>
<HubSection.ContentTemplate>
dataTemplate
</HubSection.ContentTemplate>
</HubSection>
- or -
<HubSection ContentTemplate="templateReference"/>
プロパティ値
HubSection の内容を表示するために使用されるデータ テンプレート。