getAdjacentText method

[This documentation is preliminary and is subject to change.]

Returns the adjacent text string.

Syntax

BSTR retVal = object.getAdjacentText(where);

Standards information

There are no standards that apply here.

Parameters

where [in]

Type: BSTR

A BSTR that specifies where the text is located by using one of the following values.

beforeBegin

Text is returned immediately before the element.

afterBegin

Text is returned after the start of the element but before all other content in the element.

beforeEnd

Text is returned immediately before the end of the element but after all other content in the element.

afterEnd

Text is returned immediately after the end of the element.

 

 

Build date: 6/12/2012