IStorageItem.Attributes 속성

정의

스토리지 항목의 특성을 가져옵니다.

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

속성 값

파일 또는 폴더 특성입니다.

적용 대상