Share via


TextPatternRangeEndpoint Enum

Definition

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

End 1

The endpoint of the range.

Start 0

The start point 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.

Applies to

See also