WindowVisibilityEventsClass Class
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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class WindowVisibilityEventsClass : EnvDTE80::WindowVisibilityEvents
public ref class WindowVisibilityEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class WindowVisibilityEventsClass : EnvDTE80::WindowVisibilityEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispWindowVisibilityEvents\0")]
[System.Runtime.InteropServices.Guid("8B7E04AD-B109-4B96-8BA3-2F348813F238")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class WindowVisibilityEventsClass : EnvDTE80.WindowVisibilityEvents
[System.Runtime.InteropServices.Guid("8B7E04AD-B109-4B96-8BA3-2F348813F238")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispWindowVisibilityEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class WindowVisibilityEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispWindowVisibilityEvents\0")>]
[<System.Runtime.InteropServices.Guid("8B7E04AD-B109-4B96-8BA3-2F348813F238")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type WindowVisibilityEventsClass = class
interface _WindowVisibilityEvents
interface WindowVisibilityEvents
interface _dispWindowVisibilityEvents_Event
[<System.Runtime.InteropServices.Guid("8B7E04AD-B109-4B96-8BA3-2F348813F238")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispWindowVisibilityEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type WindowVisibilityEventsClass = class
Public Class WindowVisibilityEventsClass
Implements WindowVisibilityEvents
Public Class WindowVisibilityEventsClass
- Inheritance
-
WindowVisibilityEventsClass
- Attributes
- Implements
Remarks
Refer to WindowVisibilityEvents for this functionality. Do not instantiate from this class.
Constructors
WindowVisibilityEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
Events
WindowHiding |
This API supports the product infrastructure and is not intended to be used directly from your code. Called when a window is hidden. |
WindowShowing |
This API supports the product infrastructure and is not intended to be used directly from your code. Called when a tool window is made visible. |