SupportedTextSelection Enumerazione

Definizione

Contiene valori che specificano se un provider di testo supporta la selezione e, in tal caso, se supporta un'unica selezione continua o più selezioni non contigue.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

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
Ereditarietà
SupportedTextSelection
Attributi

Campi

Multiple 2

Supporta più selezioni di testo non contigue.

None 0

Non supporta le selezioni di testo.

Single 1

Supporta un'unica selezione continua di testo.

Si applica a