IVsWindowFrame5::IconImageMoniker Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
[DispIdAttribute(1610678272)] [ComAliasNameAttribute("ImageParameters140.ImageMoniker")] property ImageMoniker IconImageMoniker { ImageMoniker get(); void set(ImageMoniker value); }
Show: