ShareProvider.DisplayIcon 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.
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.