다음을 통해 공유


TextSelMode Enumeration

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

‘선언
Public Enumeration TextSelMode
‘사용 방법
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace