ITextView.Caret 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.
Gets the caret element.
public:
property Microsoft::VisualStudio::Text::Editor::ITextCaret ^ Caret { Microsoft::VisualStudio::Text::Editor::ITextCaret ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::ITextCaret ^ Caret { Microsoft::VisualStudio::Text::Editor::ITextCaret ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextCaret Caret { get; }
member this.Caret : Microsoft.VisualStudio.Text.Editor.ITextCaret
Public ReadOnly Property Caret As ITextCaret
Property Value
The caret.