BitmapMetadata.Keywords プロパティ

定義

ビットマップ イメージを説明するキーワードのコレクションを取得または設定します。

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)

プロパティ値

ReadOnlyCollection<String>

文字列の読み取り専用コレクション。

適用対象