TextPatternRangeEndpoint TextPatternRangeEndpoint TextPatternRangeEndpoint TextPatternRangeEndpoint Enum

Definition

Identifies text range endpoints for methods of ITextRangeProvider.

public : enum class TextPatternRangeEndpointpublic enum TextPatternRangeEndpointPublic Enum TextPatternRangeEndpoint// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

End End End End

The endpoint of the range.

Start Start Start Start

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.

See Also