AbstractSelectionPresentationProperties.ContainingTextViewLine Property
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 ITextViewLine that contains the InsertionPoint.
public:
virtual property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ ContainingTextViewLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public virtual Microsoft.VisualStudio.Text.Formatting.ITextViewLine ContainingTextViewLine { get; }
member this.ContainingTextViewLine : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Public Overridable ReadOnly Property ContainingTextViewLine As ITextViewLine