StorageProviderStatusUI.ProviderStateLabel Property

Definition

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

String

Platform::String

winrt::hstring

Applies to

See also