IndexableContent.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取内容属性。
public:
property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = indexableContent.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)
属性值
属性的集合,表示为键值对的 映射 。
实现
注解
虽然对此类型的访问是只读的,但它会返回读/写映射。
通过使用标准 Windows 属性名称(如 System.Author)和 PropertyValue 调用 Insert 方法,将属性添加到索引。
将属性添加到当前 IndexableContent 后,调用 AddAsync 方法将属性添加到系统索引。