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>

문자열의 읽기 전용 컬렉션입니다.

적용 대상