ITextChildProvider interface
Provides access to a text-based control (or an object embedded in text) that is a child or descendant of another text-based control.
Members
The ITextChildProvider interface inherits from the IUnknown interface. ITextChildProvider also has these types of members:
Properties
The ITextChildProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Retrieves this element's nearest ancestor provider that supports the Text control pattern. | |
|
Read-only |
Retrieves a text range that encloses this child element. |
Remarks
Implemented on a descendant of an element that supports the Text control pattern. That is, an element that implements TextChild typically also supports the Text control pattern.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_ITextChildProvider is defined as 4c2de2b9-c88f-4f88-a111-f1d336b7d1a9 |
See also