ISmartTagAction.Icon 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 image information that is displayed alongside the display text in the default smart tag.Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.
public:
property System::Windows::Media::ImageSource ^ Icon { System::Windows::Media::ImageSource ^ get(); };
public System.Windows.Media.ImageSource Icon { get; }
member this.Icon : System.Windows.Media.ImageSource
Public ReadOnly Property Icon As ImageSource
Property Value
The icon.