SupportedTextSelection 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト プロバイダーが選択をサポートするかどうかを指定する値を格納します。選択をサポートする場合は、単一の連続選択をサポートするか、または複数の非結合選択をサポートするかを指定する値を格納します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
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
- 継承
- 属性
フィールド
Multiple | 2 | 複数の非結合テキスト選択をサポートします。 |
None | 0 | テキスト選択をサポートしません。 |
Single | 1 | 単一の連続テキスト選択をサポートします。 |