SupportedTextSelection 列挙型

定義

テキスト プロバイダーが選択範囲をサポートするかどうかを指定する値を格納します。サポートされている場合は、1 つの連続した選択範囲をサポートするか、複数の選択を解除するかを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
属性

フィールド

名前 説明
None 0

テキストの選択はサポートされていません。

Single 1

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

Multiple 2

複数の非結合テキスト選択をサポートします。

適用対象