_TextDocumentKeyPressEventsRoot.TextDocumentKeyPressEvents 屬性
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
ReadOnly Property TextDocumentKeyPressEvents ( _
TextDocument As TextDocument _
) As Object
Get
Object this[
TextDocument TextDocument
] { get; }
property Object^ TextDocumentKeyPressEvents[[InAttribute] TextDocument^ TextDocument] {
Object^ get ([InAttribute] TextDocument^ TextDocument);
}
abstract TextDocumentKeyPressEvents : Object
JScript 不支援索引屬性。
參數
- TextDocument
型別:EnvDTE.TextDocument
屬性值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。