IMultiSelectionBroker.CurrentSnapshot 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 current ITextSnapshot that is associated with anchor, active, and insertion points for everything managed by this broker. This snapshot will always be based in the EditBuffer for the associated ITextView.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ CurrentSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot CurrentSnapshot { get; }
member this.CurrentSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property CurrentSnapshot As ITextSnapshot