IIndexableContent.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 = iIndexableContent.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>

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

注解

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

适用于

另请参阅