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

単一の連続テキスト選択をサポートします。

適用対象