TextPatternRangeEndpoint Enum

Definition

Identifies text range endpoints for methods of ITextRangeProvider.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
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.

Applies to

Produkt Wersje
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also