Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.