StorageProviderSyncRootInfo.AllowPinning 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用或停用讓檔案離線使用的能力。
public:
property bool AllowPinning { bool get(); void set(bool value); };
bool AllowPinning();
void AllowPinning(bool value);
public bool AllowPinning { get; set; }
var boolean = storageProviderSyncRootInfo.allowPinning;
storageProviderSyncRootInfo.allowPinning = boolean;
Public Property AllowPinning As Boolean
屬性值
Boolean
bool
如果已啟用釘選,則為 True;否則為 False
備註
釘選是指離線提供檔案。