ListItem.SiblingListItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 項目父項目所裝載的所有子 ListItem 項目之 ListItem,若目前 ListItem 項目沒有父代,則為 null
。
備註
這個 ListItemCollection 屬性所傳回的 包含 ListItem 用來存取集合的專案;也就是說,擁有這個屬性的專案會被視為其本身的同層級,以便產生同層級集合。