ViewState.EditSnapshot 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 view's edit snapshot.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ EditSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ EditSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot EditSnapshot { get; }
member this.EditSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property EditSnapshot As ITextSnapshot
Property Value
The view's edit snapshot.