TextDocumentKeyPressEventsClass 類別
這個類別支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 請參考這項功能的 TextDocumentKeyPressEvents。 請勿從這個類別執行個體化。
繼承階層架構
Object
EnvDTE80.TextDocumentKeyPressEventsClass
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
<ClassInterfaceAttribute()> _
<GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")> _
Public Class TextDocumentKeyPressEventsClass _
Implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
[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
[<ClassInterfaceAttribute()>]
[<GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")>]
type TextDocumentKeyPressEventsClass =
class
interface _TextDocumentKeyPressEvents
interface TextDocumentKeyPressEvents
interface _dispTextDocumentKeyPressEvents_Event
end
public class TextDocumentKeyPressEventsClass implements _TextDocumentKeyPressEvents, TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event
TextDocumentKeyPressEventsClass 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
TextDocumentKeyPressEventsClass | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
add_AfterKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
add_BeforeKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
Equals | 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。 | |
Finalize | 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前實例 Type 的屬性。 (繼承自 Object)。 | |
MemberwiseClone | 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。 | |
remove_AfterKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
remove_BeforeKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
AfterKeyPress | 在完成處理按下按鍵動作,且編輯器也處理了輸入的文字後引發。 | |
BeforeKeyPress | 每當為了加入或移除文字編輯器中字元而按下按鍵時引發。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。