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
'宣言
Public Property VisualSnapshot As ITextSnapshot
Get
Private Set
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.