StorageProviderStatusUI.ProviderStateIcon Property

Definition

The icon displayed in the Command Bar area of File Explorer when the current folder is backed by the provider.

public:
 property Uri ^ ProviderStateIcon { Uri ^ get(); void set(Uri ^ value); };
Uri ProviderStateIcon();

void ProviderStateIcon(Uri value);
public System.Uri ProviderStateIcon { get; set; }
var uri = storageProviderStatusUI.providerStateIcon;
storageProviderStatusUI.providerStateIcon = uri;
Public Property ProviderStateIcon As Uri

Property Value

Fully qualified path to an SVG file.

Applies to

See also