Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Determines whether stream or box selection mode is being used.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaración
Public Enumeration TextSelMode
public enum TextSelMode
public enum class TextSelMode
type TextSelMode
public enum TextSelMode
Members
| Member name | Description | |
|---|---|---|
| SM_STREAM | Specifies a stream selection. To create a stream selection in the core text editor, simply select text with your mouse. | |
| SM_BOX | Specifies a box selection. To create a box selection in the core text editor, press the ALT key while you select text with your mouse. |
Remarks
COM Signature
From textmgr.idl: