_dispWindowVisibilityEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("94259E4B-A44A-4B77-B18F-F2CC9A601D03")> _
<InterfaceTypeAttribute()> _
Public Interface _dispWindowVisibilityEvents
[GuidAttribute("94259E4B-A44A-4B77-B18F-F2CC9A601D03")]
[InterfaceTypeAttribute()]
public interface _dispWindowVisibilityEvents
[GuidAttribute(L"94259E4B-A44A-4B77-B18F-F2CC9A601D03")]
[InterfaceTypeAttribute()]
public interface class _dispWindowVisibilityEvents
[<GuidAttribute("94259E4B-A44A-4B77-B18F-F2CC9A601D03")>]
[<InterfaceTypeAttribute()>]
type _dispWindowVisibilityEvents = interface end
public interface _dispWindowVisibilityEvents
The _dispWindowVisibilityEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
WindowShowing | Infrastructure. Microsoft Internal Use Only. |
Top