TextDocumentKeyPressEventsClass Class

 

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. Refer to TextDocumentKeyPressEvents for this functionality. Do not instantiate from this class.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

System.Object
  EnvDTE80.TextDocumentKeyPressEventsClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("E7532A4E-AB9E-41DF-BB9A-7C764677E5C3")]
public class TextDocumentKeyPressEventsClass : _TextDocumentKeyPressEvents, 
	TextDocumentKeyPressEvents, _dispTextDocumentKeyPressEvents_Event

NameDescription
System_CAPS_pubmethodTextDocumentKeyPressEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubmethodadd_AfterKeyPress(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodremove_AfterKeyPress(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventAfterKeyPress

Raised after a key press has been handled and the editor has processed the entered text.

System_CAPS_pubeventBeforeKeyPress

Raised for all key presses that add or remove characters in the Text Editor.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: