_dispOutputWindowEvents 接口
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0D3A23AF-67BB-11D2-97C1-00C04FB6C6FF")> _
Public Interface _dispOutputWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute("0D3A23AF-67BB-11D2-97C1-00C04FB6C6FF")]
public interface _dispOutputWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"0D3A23AF-67BB-11D2-97C1-00C04FB6C6FF")]
public interface class _dispOutputWindowEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0D3A23AF-67BB-11D2-97C1-00C04FB6C6FF")>]
type _dispOutputWindowEvents = interface end
public interface _dispOutputWindowEvents
_dispOutputWindowEvents 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
PaneAdded | 基础结构。仅由 Microsoft 内部使用。 | |
PaneClearing | 基础结构。仅由 Microsoft 内部使用。 | |
PaneUpdated | 基础结构。仅由 Microsoft 内部使用。 |
页首