共用方式為


BreadcrumbBar.ItemsSource 屬性

定義

取得或設定用來產生 內容 BreadcrumbBar的物件來源。

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

void ItemsSource(IInspectable value);
public object ItemsSource { get; set; }
var object = breadcrumbBar.itemsSource;
breadcrumbBar.itemsSource = object;
Public Property ItemsSource As Object

屬性值

Object

Platform::Object

IInspectable

用來產生 內容 BreadcrumbBar的物件來源。

備註

BreadcrumbBar 控件沒有 Items 屬性,它只有 ItemsSource 屬性。 這表示您無法在 XAML 中填入階層連結,或直接將它們新增至 Items 程式代碼中的集合。 相反地,您會建立集合,並在 ItemsSource 程式代碼中或使用數據系結將 屬性連接到該集合。

如需詳細資訊、設計指引和程式碼範例,請參閱 階層連結列概觀

適用於

另請參閱