FileSystemEntry.Attributes プロパティ

定義

このエントリの属性を取得します。

public:
 property System::IO::FileAttributes Attributes { System::IO::FileAttributes get(); };
public System.IO.FileAttributes Attributes { get; }
member this.Attributes : System.IO.FileAttributes
Public ReadOnly Property Attributes As FileAttributes

プロパティ値

このエントリの属性。

適用対象