IJavaMember::GetBlockRange

This method returns the range of text containing the member, including all whitespace preceding the member declaration. These values are expressed in character units relative to the compile unitÆs text buffer.

Syntax

HRESULT GetBlockRange([out] long* pnStart, [out] long* pnLength);

Sub GetBlockRange(pnStart As Long, pnLength As Long)

Parameters

pnStart

TBD.

pnLength

TBD.