ITextView::Caret Property

 

Gets the caret element.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextCaret^ Caret {
	ITextCaret^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextCaret^

The caret.

Return to top
Show: