TextPatternRangeEndpoint Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies text range endpoints for methods of ITextRangeProvider.
public enum class TextPatternRangeEndpoint
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class TextPatternRangeEndpoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum TextPatternRangeEndpoint
Public Enum TextPatternRangeEndpoint
- Inheritance
-
TextPatternRangeEndpoint
- Attributes
Fields
Name | Value | Description |
---|---|---|
Start | 0 | The start point of the range. |
End | 1 | The endpoint of the range. |
Remarks
ITextRangeProvider is the definition interface if you want to support the TextRange automation pattern as part of a Windows Runtime custom control. For more info, see ITextRangeProvider or Text and TextRange Control Patterns.