ImageProperties.Keywords Property

Definition

Gets the collection of keywords associated with the image.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The collection of keywords.

Remarks

This property is read-only. It returns a collection, and you can't delete or replace the collection itself. The contents of the collection, however, are not read-only. You can add items to the collection, remove items from the collection, and change existing items in the collection. Call the SavePropertiesAsync method of the parent class to save the updated contents of the collection.

Applies to