IJavaMember::GetNameRange

This method returns the start position and length of the range of text containing the memberÆs name. These values are expressed in character units relative to the compile unitÆs text buffer.

Syntax

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

Sub GetNameRange(pnStart As Long, pnLength As Long)

Parameters

pnStart

TBD.

pnLength

TBD.