IndexableContent.Properties 属性

定义

获取内容属性。

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)

属性值

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

属性的集合,表示为键值对的 映射

实现

注解

虽然对此类型的访问是只读的,但它会返回读/写映射。

通过使用标准 Windows 属性名称(如 System.Author)和 PropertyValue 调用 Insert 方法,将属性添加到索引。

将属性添加到当前 IndexableContent 后,调用 AddAsync 方法将属性添加到系统索引。

适用于

另请参阅