StorageProviderStatusUI.ProviderStateLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The label displayed in the Command Bar area of File Explorer when the current folder is backed by the provider.
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
Property Value
Remarks
Windows may use a default string if this property is not present.