TextDocumentKeyPressEventsClass 类

更新:2007 年 11 月

此类支持 .NET Framework 基础结构,但不应在代码中直接使用。有关此功能,请参考 TextDocumentKeyPressEvents。不要从此类实例化。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
<ClassInterfaceAttribute()> _
<GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")> _
Public Class TextDocumentKeyPressEventsClass _
    Implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
用法
Dim instance As TextDocumentKeyPressEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")]
public class TextDocumentKeyPressEventsClass : _TextDocumentKeyPressEvents, 
    TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")]
public ref class TextDocumentKeyPressEventsClass : _TextDocumentKeyPressEvents, 
    TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
public class TextDocumentKeyPressEventsClass implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event

继承层次结构

System.Object
  EnvDTE80.TextDocumentKeyPressEventsClass

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

TextDocumentKeyPressEventsClass 成员

EnvDTE80 命名空间