Share via


DocumentProperties.Author 속성

정의

문서 작성자의 컬렉션을 가져옵니다.

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

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

문서 작성자의 이름입니다.

설명

이 속성은 읽기 전용입니다. 컬렉션을 반환하며 컬렉션 자체를 삭제하거나 바꿀 수 없습니다. 그러나 컬렉션의 내용은 읽기 전용이 아닙니다. 컬렉션에 항목을 추가하고, 컬렉션에서 항목을 제거하고, 컬렉션의 기존 항목을 변경할 수 있습니다. 부모 클래스의 SavePropertiesAsync 메서드를 호출하여 컬렉션의 업데이트된 콘텐츠를 저장합니다.

적용 대상