Share via


IVsWindowFrame5.IconImageMoniker Property

Definition

Gets or sets the ImageMoniker, which allows you to set the icon of a WindowFrame. Getting this property returns whatever this property was set to directly. Because there are other ways to set the icon, and this value can get overridden, if you want the ImageMoniker for the icon that is actually being displayed on the frame, use DisplayedIconImageMoniker.

public:
 property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker IconImageMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); void set(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker value); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker IconImageMoniker { get; set; }
[System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")]
[System.Runtime.InteropServices.DispId(1610678272)]
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker IconImageMoniker { get; set; }
member this.IconImageMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker with get, set
[<System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")>]
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.IconImageMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker with get, set
Public Property IconImageMoniker As ImageMoniker

Property Value

The ImageMoniker.

Attributes

Applies to