IWpfTextViewLineCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Retourne le IWpfTextViewLine à la index position th.