SVsWindowFrame Interface

Definition

Passed to GetService(Type) to return a reference to IVsWindowFrame.

public interface class SVsWindowFrame
public interface class SVsWindowFrame
__interface SVsWindowFrame
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("11138F8A-38C0-4436-B5A6-2F5EF2C3E242")]
public interface SVsWindowFrame
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("11138F8A-38C0-4436-B5A6-2F5EF2C3E242")>]
type SVsWindowFrame = interface
Public Interface SVsWindowFrame
Attributes

Remarks

Any object that is sited in a frame in the environment (either in a tool window or a document window) can call QueryService for the SVsWindowFrame service to retrieve the frame window object in which it is contained. Note that the SVsWindowFrame is only available to an object placed inside of a window frame. This can be an IVsWindowPane interface or an ActiveX control or an active document.

Applies to