This method returns the start position and length of the range of text containing the classÆ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
Long. Starting position, in character units relative to the compile unitÆs text buffer.
pnLength
Long. Length, in character units relative to the compile unitÆs text buffer.
Remarks
TBD.