FileSystemEntry.IsDirectory プロパティ

定義

このエントリがディレクトリかどうかを示す値を取得します。

public:
 property bool IsDirectory { bool get(); };
public bool IsDirectory { get; }
member this.IsDirectory : bool
Public ReadOnly Property IsDirectory As Boolean

プロパティ値

true エントリがディレクトリの場合は 。それ以外の場合は false

適用対象