BitmapMetadata.Keywords Propriété

Définition

Obtient ou définit une collection de mots clés qui décrivent l’image bitmap.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Keywords { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); void set(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ value); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Keywords { get; set; }
member this.Keywords : System.Collections.ObjectModel.ReadOnlyCollection<string> with get, set
Public Property Keywords As ReadOnlyCollection(Of String)

Valeur de propriété

Collection de chaînes en lecture seule.

S’applique à