다음을 통해 공유


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 요소는 해당 컬렉션에 액세스, 즉,이 속성을 소유 하는 요소 것으로 간주 됩니다 자체 형제 형제 항목의 컬렉션을 생성 하는 용도로.

적용 대상

추가 정보