共用方式為


StorageProviderSyncRootInfo.AllowPinning 屬性

定義

啟用或停用讓檔案離線使用的能力。

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

備註

釘選是指離線提供檔案。

適用於