_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler 대리자

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

네임스페이스:  EnvDTE80
어셈블리:  EnvDTE80(EnvDTE80.dll)

구문

‘선언
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler ( _
    Keypress As String, _
    Selection As TextSelection, _
    InStatementCompletion As Boolean, _
    ByRef CancelKeypress As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler(
    string Keypress,
    TextSelection Selection,
    bool InStatementCompletion,
    ref bool CancelKeypress
)
[ComVisibleAttribute(false)]
public delegate void _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler(
    String^ Keypress, 
    TextSelection^ Selection, 
    bool InStatementCompletion, 
    bool% CancelKeypress
)
[<ComVisibleAttribute(false)>]
type _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler = 
    delegate of 
        Keypress:string * 
        Selection:TextSelection * 
        InStatementCompletion:bool * 
        CancelKeypress:bool byref -> unit
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

참고 항목

참조

EnvDTE80 네임스페이스