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 | 支援單次連續的文字選取範圍。 |