ITextProvider2 Interface
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.
public interface class ITextProvider2 : ITextProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1749348370, 51174, 22371, 186, 4, 91, 109, 185, 16, 205, 52)]
struct ITextProvider2 : ITextProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1749348370, 51174, 22371, 186, 4, 91, 109, 185, 16, 205, 52)]
public interface ITextProvider2 : ITextProvider
Public Interface ITextProvider2
Implements ITextProvider
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DocumentRange | (Inherited from ITextProvider) |
| SupportedTextSelection | (Inherited from ITextProvider) |
Methods
| Name | Description |
|---|---|
| GetCaretRange(Boolean) | |
| GetSelection() | (Inherited from ITextProvider) |
| GetVisibleRanges() | (Inherited from ITextProvider) |
| RangeFromAnnotation(IRawElementProviderSimple) | |
| RangeFromChild(IRawElementProviderSimple) | (Inherited from ITextProvider) |
| RangeFromPoint(Point) | (Inherited from ITextProvider) |