ImageProperties.Keywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与图像关联的关键字的集合。
public:
property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = imageProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)
属性值
关键字的集合。
注解
此属性为只读。 它返回一个集合,你无法删除或替换集合本身。 但是,集合的内容不是只读的。 可以向集合中添加项、从集合中删除项,以及更改集合中的现有项。 调用父类的 SavePropertiesAsync 方法以保存集合的更新内容。