IDebugDocumentText.GetLineOfPosition(UInt32, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetLineOfPosition(System::UInt32 cCharacterPosition, [Runtime::InteropServices::Out] System::UInt32 % pcLineNumber, [Runtime::InteropServices::Out] System::UInt32 % pcCharacterOffsetInLine);
public int GetLineOfPosition (uint cCharacterPosition, out uint pcLineNumber, out uint pcCharacterOffsetInLine);
abstract member GetLineOfPosition : uint32 * uint32 * uint32 -> int
Public Function GetLineOfPosition (cCharacterPosition As UInteger, ByRef pcLineNumber As UInteger, ByRef pcCharacterOffsetInLine As UInteger) As Integer
Parameters
- cCharacterPosition
- UInt32
- pcLineNumber
- UInt32
- pcCharacterOffsetInLine
- UInt32