Gets the offset within the method that corresponds to the specified position.
[Visual Basic] Function GetOffset( _ ByVal document As ISymbolDocument, _ ByVal line As Integer, _ ByVal column As Integer _ ) As Integer [C#] int GetOffset( ISymbolDocument document, int line, int column ); [C++] int GetOffset( ISymbolDocument* document, int line, int column ) = 0; [JScript] function GetOffset( document : ISymbolDocument, line : int, column : int ) : int;
The offset within the specified document.
The parameters are returned in the order they are defined within the method's signature.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace