IWpfTextViewLineCollection.Item[Int32] Property

Definition

Get the IWpfTextViewLine at index.

public:
 property Microsoft::VisualStudio::Text::Formatting::IWpfTextViewLine ^ default[int] { Microsoft::VisualStudio::Text::Formatting::IWpfTextViewLine ^ get(int index); };
public Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine this[int index] { get; }
member this.Item(int) : Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
Default Public ReadOnly Property Item(index As Integer) As IWpfTextViewLine

Parameters

index
Int32

The zero based index of the item

Property Value

Returns the IWpfTextViewLine at the indexth position.

Applies to