TextSelMode 枚举

确定是否使用流或框选择模式。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Enumeration TextSelMode
public enum TextSelMode
public enum class TextSelMode
type TextSelMode
public enum TextSelMode

成员

成员名称 说明
SM_BOX 指定框中选择。,当您使用鼠标选择时,的文本若要创建框中选择在核心文本编辑器,请按 ALT 键。
SM_STREAM 指定流选择。若要创建流选择在核心文本编辑器,请使用鼠标选择的文本。

备注

COM 签名

从 textmgr.idl:

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间