_dispOutputWindowEvents_SinkHelper 类
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
继承层次结构
System.Object
EnvDTE._dispOutputWindowEvents_SinkHelper
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class _dispOutputWindowEvents_SinkHelper _
Implements _dispOutputWindowEvents
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispOutputWindowEvents_SinkHelper : _dispOutputWindowEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispOutputWindowEvents_SinkHelper sealed : _dispOutputWindowEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispOutputWindowEvents_SinkHelper =
class
interface _dispOutputWindowEvents
end
public final class _dispOutputWindowEvents_SinkHelper implements _dispOutputWindowEvents
_dispOutputWindowEvents_SinkHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
PaneAdded | 基础结构。仅由 Microsoft 内部使用。 | |
PaneClearing | 基础结构。仅由 Microsoft 内部使用。 | |
PaneUpdated | 基础结构。仅由 Microsoft 内部使用。 | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
字段
名称 | 说明 | |
---|---|---|
m_dwCookie | 基础结构。仅由 Microsoft 内部使用。 | |
m_PaneAddedDelegate | 基础结构。仅由 Microsoft 内部使用。 | |
m_PaneClearingDelegate | 基础结构。仅由 Microsoft 内部使用。 | |
m_PaneUpdatedDelegate | 基础结构。仅由 Microsoft 内部使用。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。