Share via


StorageItemContentProperties.GetDocumentPropertiesAsync 메서드

정의

항목의 문서 속성(예: 폴더 파일)을 검색합니다.

public:
 virtual IAsyncOperation<DocumentProperties ^> ^ GetDocumentPropertiesAsync() = GetDocumentPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DocumentProperties> GetDocumentPropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DocumentProperties> GetDocumentPropertiesAsync();
function getDocumentPropertiesAsync()
Public Function GetDocumentPropertiesAsync () As IAsyncOperation(Of DocumentProperties)

반환

이 메서드가 성공적으로 완료되면 DocumentProperties 개체를 반환합니다.

특성

설명

JavaScript에서 또는done 을 사용하여 반환될 때 documentProperties 개체를 캡처하고 처리하는 처리기 함수를 지정합니다.

적용 대상

추가 정보