FileSystemEntry.IsDirectory 屬性

定義

取得值,指出此項目是否為目錄。

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

屬性值

true 如果項目是目錄,則為 ;否則為 false

適用於