IVsWindowFrame2 Interface
Enables a window frame to send notifications to anyone who wants to be notified of IVsWindowFrameNotify events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("801885A0-9DC6-4E34-B064-1C3228F66794")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowFrame2
[GuidAttribute("801885A0-9DC6-4E34-B064-1C3228F66794")]
[InterfaceTypeAttribute()]
public interface IVsWindowFrame2
[GuidAttribute(L"801885A0-9DC6-4E34-B064-1C3228F66794")]
[InterfaceTypeAttribute()]
public interface class IVsWindowFrame2
[<GuidAttribute("801885A0-9DC6-4E34-B064-1C3228F66794")>]
[<InterfaceTypeAttribute()>]
type IVsWindowFrame2 = interface end
public interface IVsWindowFrame2
The IVsWindowFrame2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ActivateOwnerDockedWindow | Gives focus to a child IVsWindowFrame. | |
Advise | Enables a client to be notified of window frame events. | |
Unadvise | Stops a client from being notified of window frame events. |
Top