PackageVolume.SupportsHardLinks 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指定磁片區是否支援在其檔案系統中建立硬式連結。
public:
property bool SupportsHardLinks { bool get(); };
bool SupportsHardLinks();
public bool SupportsHardLinks { get; }
var boolean = packageVolume.supportsHardLinks;
Public ReadOnly Property SupportsHardLinks As Boolean
屬性值
Boolean
bool
如果磁片區支援在其檔案系統中建立硬式連結,則為 true;否則為 false。