StorageFolder.DisplayType 속성

정의

폴더 형식에 대한 사용자에게 친숙한 설명을 가져옵니다. 예를 들면 입니다 JPEG image.

public:
 property Platform::String ^ DisplayType { Platform::String ^ get(); };
winrt::hstring DisplayType();
public string DisplayType { get; }
var string = storageFolder.displayType;
Public ReadOnly Property DisplayType As String

속성 값

String

Platform::String

winrt::hstring

폴더 유형에 대한 사용자에게 친숙한 설명입니다. 예를 들면 입니다 JPEG image.

구현

설명

파일 시스템의 일반 폴더에 대해 DisplayType 속성은 를 반환합니다 File folder.

다음은 DefaultQuery 이외의 CommonFolderQuery 값을 사용할 때 DisplayType 속성 값의 몇 가지 예입니다.

  • GroupByType을 지정하는 경우 DisplayType 값은 또는 PNG imageJPEG image 수 있습니다. 폴더의 이름은 표시 유형과 같습니다.
  • GroupByMonth를 지정하는 경우 DisplayType 값은 입니다Stack. 폴더에는 또는 November 2014와 같은 October 2014 이름이 있습니다.

적용 대상