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 。 此路径表示对象本身是 集合。