ShareProvider.DisplayIcon Property

Definition

Gets the display icon of the share provider.

public:
 property RandomAccessStreamReference ^ DisplayIcon { RandomAccessStreamReference ^ get(); };
RandomAccessStreamReference DisplayIcon();
public RandomAccessStreamReference DisplayIcon { get; }
var randomAccessStreamReference = shareProvider.displayIcon;
Public ReadOnly Property DisplayIcon As RandomAccessStreamReference

Property Value

The display icon of the share provider.

Applies to