다음을 통해 공유


CASESELECTION_TYPE Enumeration

Specifies case type of selected text.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

Public Enumeration CASESELECTION_TYPE

Dim instance As CASESELECTION_TYPE
public enum CASESELECTION_TYPE
public enum class CASESELECTION_TYPE
public enum CASESELECTION_TYPE

Members

Member name Description
CASESELECTION_UPPER Text is upper case.
CASESELECTION_LOWER Text is lower case.
CASESELECTION_TITLE Text is title case.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace