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 ITextSnapshot on which this map is based.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property Snapshot As ITextSnapshot
ITextSnapshot Snapshot { get; }
property ITextSnapshot^ Snapshot {
ITextSnapshot^ get ();
}
abstract Snapshot : ITextSnapshot
function get Snapshot () : ITextSnapshot
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The ITextSnapshot on which this map is based.
.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.