更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用します。
名前空間 : EnvDTE80
アセンブリ : EnvDTE80 (EnvDTE80.dll 内)
構文
'宣言
Public Overridable Sub BeforeKeyPress ( _
A_1 As String, _
A_2 As TextSelection, _
A_3 As Boolean, _
ByRef A_4 As Boolean _
)
'使用
Dim instance As _dispTextDocumentKeyPressEvents_SinkHelper
Dim A_1 As String
Dim A_2 As TextSelection
Dim A_3 As Boolean
Dim A_4 As Boolean
instance.BeforeKeyPress(A_1, A_2, A_3, _
A_4)
public virtual void BeforeKeyPress(
string A_1,
TextSelection A_2,
bool A_3,
ref bool A_4
)
public:
virtual void BeforeKeyPress(
String^ A_1,
TextSelection^ A_2,
bool A_3,
bool% A_4
)
public function BeforeKeyPress(
A_1 : String,
A_2 : TextSelection,
A_3 : boolean,
A_4 : boolean
)
パラメータ
A_1
型 : System.String
A_2
型 : EnvDTE.TextSelection
A_3
型 : System.Boolean
A_4
型 : System.Boolean%
実装
_dispTextDocumentKeyPressEvents.BeforeKeyPress(String, TextSelection, Boolean, Boolean%)
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
_dispTextDocumentKeyPressEvents_SinkHelper クラス