VirtualFile.IsDirectory プロパティ

定義

これがファイルとして扱われる仮想リソースであることを示す値を取得します。

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

プロパティ値

常に false です。

適用対象