BitmapMetadata.Keywords Proprietà

Definizione

Ottiene o imposta una raccolta di parole chiave che descrivono l'immagine 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)

Valore della proprietà

ReadOnlyCollection<String>

Raccolta di stringhe di sola lettura.

Si applica a