IJavaClass::GetBodyRange

This method returns the text range containing the classÆs body. The range begins with left bracket "{" and ends with a right bracket "}". These values are expressed in character units relative to the compile unitÆs text buffer.

Syntax

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

Sub GetBodyRange(pnStart As Long, pnLength As Long)

Parameters

pnStart

TBD.

pnLength

TBD.

Remarks

TBD.