IJavaClass::GetBlockRange

This method returns the range of text containing the class, including all whitespace preceding the class 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.