StorageProviderStatusUI.ProviderStateLabel 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.
Étiquette affichée dans la zone barre de commandes de l’Explorateur de fichiers lorsque le dossier actif est soutenu par le fournisseur.
public:
property Platform::String ^ ProviderStateLabel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ProviderStateLabel();
void ProviderStateLabel(winrt::hstring value);
public string ProviderStateLabel { get; set; }
var string = storageProviderStatusUI.providerStateLabel;
storageProviderStatusUI.providerStateLabel = string;
Public Property ProviderStateLabel As String
Valeur de propriété
Remarques
Windows peut utiliser une chaîne par défaut si cette propriété n’est pas présente.