IWpfTextViewLineCollection.Item[Int32] Propriété

Définition

Obtient 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

Paramètres

index
Int32

Index de base zéro de l'élément.

Valeur de propriété

IWpfTextViewLine

Retourne le IWpfTextViewLine à la index position th.

S’applique à