共用方式為


ListItem.SiblingListItems 屬性

定義

取得 ListItemCollection,其中包含的 ListItem 項目是目前 ListItem 項目的同層級。

public:
 property System::Windows::Documents::ListItemCollection ^ SiblingListItems { System::Windows::Documents::ListItemCollection ^ get(); };
public System.Windows.Documents.ListItemCollection SiblingListItems { get; }
member this.SiblingListItems : System.Windows.Documents.ListItemCollection
Public ReadOnly Property SiblingListItems As ListItemCollection

屬性值

ListItemCollection

包含由目前 ListItemCollection 項目父項目所裝載的所有子 ListItem 項目之 ListItem,若目前 ListItem 項目沒有父代,則為 null

備註

這個 ListItemCollection 屬性所傳回的 包含 ListItem 用來存取集合的專案;也就是說,擁有這個屬性的專案會被視為其本身的同層級,以便產生同層級集合。

適用於

另請參閱