다음을 통해 공유


VideoProperties.Keywords 속성

정의

비디오와 연결된 키워드의 컬렉션을 가져옵니다.

public:
 property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = videoProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

키워드 컬렉션입니다.

설명

이 속성은 디렉터 속성 과 비슷하게 읽기 전용입니다.

적용 대상