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