IWpfTextViewLineCollection.Item Property (Int32)
Get the IWpfTextViewLine at index.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
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 : IWpfTextViewLine
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
The 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.