SupportedTextSelection 열거형

정의

텍스트 공급자가 선택 영역을 지원하는지 여부 및 지원하는 경우 단일 연속 선택 영역을 지원하는지 아니면 서로 분리된 여러 선택 영역을 지원하는지를 지정하는 값을 포함합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class SupportedTextSelection
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")]
public enum SupportedTextSelection
[System.Flags]
public enum SupportedTextSelection
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")>]
type SupportedTextSelection = 
[<System.Flags>]
type SupportedTextSelection = 
Public Enum SupportedTextSelection
상속
SupportedTextSelection
특성

필드

Multiple 2

서로 분리된 여러 텍스트를 선택할 수 있습니다.

None 0

텍스트를 선택할 수 없습니다.

Single 1

단일 연속 텍스트를 선택할 수 있습니다.

적용 대상