Completion.IconSource Property

Definition

Gets/Sets an icon that could be used to describe the completion.

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.

Applies to