ViewState.VisualSnapshot Property

Gets the view's visual snapshot.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Property VisualSnapshot As ITextSnapshot
public ITextSnapshot VisualSnapshot { get; private set; }
public:
property ITextSnapshot^ VisualSnapshot {
    ITextSnapshot^ get ();
    private: void set (ITextSnapshot^ value);
}
member VisualSnapshot : ITextSnapshot with get, private set
function get VisualSnapshot () : ITextSnapshot
private function set VisualSnapshot (value : ITextSnapshot)

Property Value

Type: Microsoft.VisualStudio.Text.ITextSnapshot
The view's visual snapshot.

.NET Framework Security

See Also

Reference

ViewState Class

Microsoft.VisualStudio.Text.Editor Namespace