Share via


IStorageProviderUICommand.Icon Property

Definition

Returns the IStorageProviderUICommand icon URI, which is expected to be a fully-qualified path to an SVG file.

public:
 property Uri ^ Icon { Uri ^ get(); };
Uri Icon();
public System.Uri Icon { get; }
var uri = iStorageProviderUICommand.icon;
Public ReadOnly Property Icon As Uri

Property Value

A Uri referencing the fully-qualified path to an SVG file.

Remarks

Only the SyncStatusCommand and ProviderSecondaryCommandsdisplay icons.

Applies to

See also