Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the text snapshot on which this elision snapshot is based.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property SourceSnapshot As ITextSnapshot
ITextSnapshot SourceSnapshot { get; }
property ITextSnapshot^ SourceSnapshot {
ITextSnapshot^ get ();
}
abstract SourceSnapshot : ITextSnapshot with get
function get SourceSnapshot () : ITextSnapshot
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The text snapshot on which this elision snapshot 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.