|
| HRESULT | Clone ([out, retval] ITextRangeProvider **pRetVal) |
| |
| HRESULT | Compare ([in] ITextRangeProvider *range, [out, retval] BOOL *pRetVal) |
| |
| HRESULT | CompareEndpoints ([in] enum TextPatternRangeEndpoint endpoint, [in] ITextRangeProvider *targetRange, [in] enum TextPatternRangeEndpoint targetEndpoint, [out, retval] int *pRetVal) |
| |
| HRESULT | ExpandToEnclosingUnit ([in] enum TextUnit unit) |
| |
| HRESULT | FindAttribute ([in] TEXTATTRIBUTEID attributeId, [in] VARIANT val, [in] BOOL backward, [out, retval] ITextRangeProvider **pRetVal) |
| |
| HRESULT | FindText ([in] BSTR text, [in] BOOL backward, [in] BOOL ignoreCase, [out, retval] ITextRangeProvider **pRetVal) |
| |
| HRESULT | GetAttributeValue ([in] TEXTATTRIBUTEID attributeId, [out, retval] VARIANT *pRetVal) |
| |
| HRESULT | GetBoundingRectangles ([out, retval] SAFEARRAY(double) *pRetVal) |
| |
| HRESULT | GetEnclosingElement ([out, retval] IRawElementProviderSimple **pRetVal) |
| |
| HRESULT | GetText ([in] int maxLength, [out, retval] BSTR *pRetVal) |
| |
| HRESULT | Move ([in] enum TextUnit unit, [in] int count, [out, retval] int *pRetVal) |
| |
| HRESULT | MoveEndpointByUnit ([in] enum TextPatternRangeEndpoint endpoint, [in] enum TextUnit unit, [in] int count, [out, retval] int *pRetVal) |
| |
| HRESULT | MoveEndpointByRange ([in] enum TextPatternRangeEndpoint endpoint, [in] ITextRangeProvider *targetRange, [in] enum TextPatternRangeEndpoint targetEndpoint) |
| |
| HRESULT | Select () |
| |
| HRESULT | AddToSelection () |
| |
| HRESULT | RemoveFromSelection () |
| |
| HRESULT | ScrollIntoView ([in] BOOL alignToTop) |
| |
| HRESULT | GetChildren ([out, retval] SAFEARRAY(VARIANT) *pRetVal) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 993 of file uiautomationcore.idl.
◆ AddToSelection()
| HRESULT UIA::ITextRangeProvider::AddToSelection |
( |
| ) |
|
◆ Clone()
◆ Compare()
◆ CompareEndpoints()
◆ ExpandToEnclosingUnit()
◆ FindAttribute()
◆ FindText()
◆ GetAttributeValue()
◆ GetBoundingRectangles()
◆ GetChildren()
◆ GetEnclosingElement()
◆ GetText()
| HRESULT UIA::ITextRangeProvider::GetText |
( |
[in] int |
maxLength, |
|
|
[out, retval] BSTR * |
pRetVal |
|
) |
| |
◆ Move()
◆ MoveEndpointByRange()
◆ MoveEndpointByUnit()
◆ RemoveFromSelection()
| HRESULT UIA::ITextRangeProvider::RemoveFromSelection |
( |
| ) |
|
◆ ScrollIntoView()
| HRESULT UIA::ITextRangeProvider::ScrollIntoView |
( |
[in] BOOL |
alignToTop | ) |
|
◆ Select()
| HRESULT UIA::ITextRangeProvider::Select |
( |
| ) |
|
The documentation for this interface was generated from the following file: