共用方式為


InfoBar.Content 屬性

定義

取得或設定顯示在 InfoBar 標題和訊息下方的 XAML 內容。

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();

void Content(IInspectable value);
public object Content { get; set; }
var object = infoBar.content;
infoBar.content = object;
Public Property Content As Object

屬性值

Object

Platform::Object

IInspectable

範例

提示

如需詳細資訊、設計指引和程式碼範例,請參閱 InfoBar

WinUI 3 資源庫應用程式包含大部分 WinUI 3 控制件、特性和功能的互動式範例。 從 Microsoft Store 取得應用程式,或在 GitHub 上取得原始程式碼。

備註

內容會顯示在 標題訊息下方自己的行中。 InfoBar將會展開以符合所定義的內容。

適用於

另請參閱