CaretPosition.VirtualBufferPosition 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 virtual buffer position as a VirtualSnapshotPoint.
public:
property Microsoft::VisualStudio::Text::VirtualSnapshotPoint VirtualBufferPosition { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint VirtualBufferPosition { get; }
member this.VirtualBufferPosition : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Public ReadOnly Property VirtualBufferPosition As VirtualSnapshotPoint
Property Value
The virtual buffer position.