다음을 통해 공유


DocumentProperties.Keywords 속성

정의

문서와 연결된 키워드의 컬렉션을 가져옵니다.

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

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

키워드의 컬렉션입니다.

설명

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

적용 대상