IVsWindowFrame5 Interface
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.
Provides access to behaviors and properties of environment window frames, for both tool and document windows.
public interface class IVsWindowFrame5
public interface class IVsWindowFrame5
__interface IVsWindowFrame5
public interface IVsWindowFrame5
[System.Runtime.InteropServices.Guid("0461CF82-2583-4F9A-A1D6-7D61DE87B58B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrame5
type IVsWindowFrame5 = interface
[<System.Runtime.InteropServices.Guid("0461CF82-2583-4F9A-A1D6-7D61DE87B58B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrame5 = interface
Public Interface IVsWindowFrame5
- Attributes
Properties
DisplayedIconImageMoniker |
Gets the ImageMoniker for the icon being displayed for the WindowFrame. |
IconImageMoniker |
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. |