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