次の方法で共有


FolderInformation.Attributes プロパティ

定義

読み込まれたフォルダーの属性を取得します。

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

プロパティ値

フォルダー属性。

実装

適用対象