共用方式為


ImageProperties.Keywords 屬性

定義

取得與影像相關聯的關鍵字集合。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

關鍵字的集合。

備註

這個屬性是唯讀的。 它會傳回集合,您無法刪除或取代集合本身。 不過,集合的內容不是唯讀的。 您可以將專案新增至集合、從集合中移除專案,以及變更集合中的現有專案。 呼叫父類別的 SavePropertiesAsync 方法,以儲存集合的更新內容。

適用於