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

注解

固定是指脱机可用的文件。

适用于