IWpfTextViewLineCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the IWpfTextViewLine at 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
Parameters
- index
- Int32
The zero based index of the item
Property Value
Returns the IWpfTextViewLine at the index
th position.