SnapshotPoint.GetContainingLineNumber 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.
Gets the number of the line that contains this snapshot point.
public:
int GetContainingLineNumber();
public int GetContainingLineNumber ();
member this.GetContainingLineNumber : unit -> int
Public Function GetContainingLineNumber () As Integer
Returns
The line number of the line that contains this snapshot point.