CollectionViewSource.Source 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要从中创建该视图的集合对象。
public:
property System::Object ^ Source { System::Object ^ get(); void set(System::Object ^ value); };
public object Source { get; set; }
member this.Source : obj with get, set
Public Property Source As Object
属性值
默认值是 null
。
注解
依赖项属性信息
标识符字段 | SourceProperty |
元数据属性设置为 true |
无 |
XAML 属性用法
<object Source="myCollection" .../>
XAML 值
myCollection
现有集合。 若要引用现有集合,请使用 StaticResource 标记扩展。