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