SnapshotPoint.GetContainingLine 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.
The ITextSnapshotLine containing this snapshot point.
public:
Microsoft::VisualStudio::Text::ITextSnapshotLine ^ GetContainingLine();
public:
Microsoft::VisualStudio::Text::ITextSnapshotLine ^ GetContainingLine();
Microsoft::VisualStudio::Text::ITextSnapshotLine GetContainingLine();
public Microsoft.VisualStudio.Text.ITextSnapshotLine GetContainingLine ();
member this.GetContainingLine : unit -> Microsoft.VisualStudio.Text.ITextSnapshotLine
Public Function GetContainingLine () As ITextSnapshotLine
Returns
The ITextSnapshotLine that contains this snapshot point.