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.

Remarks

This property is advisory. Windows determines if or how it uses these values.

Applies to

See also