StorageProviderStatusUI.ProviderStateIcon 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 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.