共用方式為


PackageVolume.IsSystemVolume 屬性

定義

描述磁片區是否為對應至 %SYSTEMDRIVER% 環境變數的內部系統磁片區。

public:
 property bool IsSystemVolume { bool get(); };
bool IsSystemVolume();
public bool IsSystemVolume { get; }
var boolean = packageVolume.isSystemVolume;
Public ReadOnly Property IsSystemVolume As Boolean

屬性值

Boolean

bool

如果磁片區是對應至 %SYSTEMDRIVER% 環境變數的內部系統磁片區,則為 true;否則為 false。

適用於

另請參閱