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访问集合的元素;也就是说,拥有此属性的元素被视为其自己的同级,以便生成同级集合。

适用于

另请参阅