_dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress メソッド
この 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 _
)
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
)
abstract BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
override BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
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%)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。