Compartilhar via


Propriedade IWpfTextViewLineCollection.Item

Get the IWpfTextViewLine at index.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    index As Integer _
) As IWpfTextViewLine
IWpfTextViewLine this[
    int index
] { get; }
property IWpfTextViewLine^ default[int index] {
    IWpfTextViewLine^ get (int index);
}
abstract Item : 
        index:int -> IWpfTextViewLine with get
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • index
    Tipo: Int32

    O zero com base no índice do item

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
O IWpfTextViewLine.

Segurança do .NET Framework

Consulte também

Referência

IWpfTextViewLineCollection Interface

Namespace Microsoft.VisualStudio.Text.Editor