StorageProviderSyncRootInfo.AllowPinning Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active ou désactive la possibilité de rendre les fichiers disponibles hors connexion.
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
Valeur de propriété
Boolean
bool
True si l’épinglage est activé ; False dans le cas contraire
Remarques
L’épinglage fait référence à un fichier mis à disposition hors connexion.