IWpfTextViewLineCollection.Item[Int32] 属性

定义

获取 IWpfTextViewLine 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

参数

index
Int32

该项的从零开始的索引

属性值

IWpfTextViewLine

返回 IWpfTextViewLine 位于第一个 index 位置的。

适用于