IAdornmentLayer.TextView Property

Definition

Gets the IWpfTextView to which this layer is attached.

public:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Public ReadOnly Property TextView As IWpfTextView

Property Value

The text view.

Applies to