CollectionViewSource.ItemsPath 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CollectionViewSource 내에서 그룹을 찾기 위해 최상위 항목에서 따라야 할 속성 경로를 가져오거나 설정합니다.
public:
property PropertyPath ^ ItemsPath { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath ItemsPath();
void ItemsPath(PropertyPath value);
public PropertyPath ItemsPath { get; set; }
var propertyPath = collectionViewSource.itemsPath;
collectionViewSource.itemsPath = propertyPath;
Public Property ItemsPath As PropertyPath
<CollectionViewSource ItemsPath="propertyPathString" .../>
속성 값
최상위 항목에서 따라 그룹을 찾을 속성 경로입니다. 기본값은 빈 문자열에서 만든 PropertyPath 입니다. 이 경로는 개체 자체가 컬렉션임을 의미합니다.