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)

property IWpfTextViewLine^ default[
	int index
] {
	IWpfTextViewLine^ get(int index);
}

Parameters

index
Type: System::Int32

The zero based index of the item

Return to top
Show: