IVsWindowFrame Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CloseFrame(UInt32) | Closes a window. |
![]() | GetFramePos(array<VSSETFRAMEPOS>^, Guid, Int32, Int32, Int32, Int32) | Returns the position of the window. |
![]() | GetGuidProperty(Int32, Guid) | Returns a window frame property based on a supplied GUID. |
![]() | GetProperty(Int32, Object^) | Returns a window property. |
![]() | Hide() | Hides a window. |
![]() | IsOnScreen(Int32) | Returns true if the window frame is on the screen. |
![]() | IsVisible() | Determines whether or not the window is visible. |
![]() | QueryViewInterface(Guid, IntPtr) | Provides IVsWindowFrame with a view helper (VSFPROPID_ViewHelper) inserted into its list of event notifications. |
![]() | SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32) | Sets the position of the window. |
![]() | SetGuidProperty(Int32, Guid) | Sets a window frame property based on a supplied GUID. |
![]() | SetProperty(Int32, Object^) | Sets a window frame property. |
![]() | Show() | Renders this window visible, brings the window to the top, and activates the window. |
![]() | ShowNoActivate() | Shows or makes a window visible and brings it to the top, but does not make it the active window. |
Show:
