Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the IWpfTextViewLine at index.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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 does not support indexed properties.
Parameters
index
Type: Int32The zero based index of the item
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
The IWpfTextViewLine.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.