CompletionIcon.IconSource 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 or sets the icon source.
public:
virtual property System::Windows::Media::ImageSource ^ IconSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public virtual System.Windows.Media.ImageSource IconSource { get; set; }
member this.IconSource : System.Windows.Media.ImageSource with get, set
Public Overridable Property IconSource As ImageSource
Property Value
The icon source.