IVsWindowFrame Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCloseFrame(UInt32)

Closes a window.

System_CAPS_pubmethodGetFramePos(array<VSSETFRAMEPOS>^, Guid, Int32, Int32, Int32, Int32)

Returns the position of the window.

System_CAPS_pubmethodGetGuidProperty(Int32, Guid)

Returns a window frame property based on a supplied GUID.

System_CAPS_pubmethodGetProperty(Int32, Object^)

Returns a window property.

System_CAPS_pubmethodHide()

Hides a window.

System_CAPS_pubmethodIsOnScreen(Int32)

Returns true if the window frame is on the screen.

System_CAPS_pubmethodIsVisible()

Determines whether or not the window is visible.

System_CAPS_pubmethodQueryViewInterface(Guid, IntPtr)

Provides IVsWindowFrame with a view helper (VSFPROPID_ViewHelper) inserted into its list of event notifications.

System_CAPS_pubmethodSetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32)

Sets the position of the window.

System_CAPS_pubmethodSetGuidProperty(Int32, Guid)

Sets a window frame property based on a supplied GUID.

System_CAPS_pubmethodSetProperty(Int32, Object^)

Sets a window frame property.

System_CAPS_pubmethodShow()

Renders this window visible, brings the window to the top, and activates the window.

System_CAPS_pubmethodShowNoActivate()

Shows or makes a window visible and brings it to the top, but does not make it the active window.

Return to top
Show: