StorageFile.Attributes 속성

정의

파일의 특성을 가져옵니다.

public:
 property FileAttributes Attributes { FileAttributes get(); };
FileAttributes Attributes();
public FileAttributes Attributes { get; }
var fileAttributes = storageFile.attributes;
Public ReadOnly Property Attributes As FileAttributes

속성 값

파일 특성입니다.

구현

적용 대상