共用方式為


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 命名空間