IElisionBuffer.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 snapshot of this elision buffer.
public:
property Microsoft::VisualStudio::Text::Projection::IElisionSnapshot ^ CurrentSnapshot { Microsoft::VisualStudio::Text::Projection::IElisionSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::Projection::IElisionSnapshot ^ CurrentSnapshot { Microsoft::VisualStudio::Text::Projection::IElisionSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IElisionSnapshot CurrentSnapshot { get; }
member this.CurrentSnapshot : Microsoft.VisualStudio.Text.Projection.IElisionSnapshot
Public ReadOnly Property CurrentSnapshot As IElisionSnapshot
Property Value
The current snapshot of this elision buffer.