IDebugDocumentText.GetPositionOfLine(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 GetPositionOfLine(System::UInt32 cLineNumber, [Runtime::InteropServices::Out] System::UInt32 % pcCharacterPosition);
public int GetPositionOfLine (uint cLineNumber, out uint pcCharacterPosition);
abstract member GetPositionOfLine : uint32 * uint32 -> int
Public Function GetPositionOfLine (cLineNumber As UInteger, ByRef pcCharacterPosition As UInteger) As Integer
Parameters
- cLineNumber
- UInt32
- pcCharacterPosition
- UInt32