SupportedTextSelection 列挙型
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト プロバイダーが選択をサポートするかどうかを指定する値を格納します。選択をサポートする場合は、単一の連続選択をサポートするか、または複数の非結合選択をサポートするかを指定する値を格納します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
public enum class SupportedTextSelection
C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")]
public enum SupportedTextSelection
C#
[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 | 単一の連続テキスト選択をサポートします。 |
製品 | バージョン |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |