Compartir a través de


IWpfTextViewLineCollection.Item (Propiedad)

Obtiene IWpfTextViewLine en index.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

  • index
    Tipo: Int32

    El cero índice basado de elemento

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextViewLineCollection Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)