SnapshotSpan.Snapshot-Eigenschaft
Der ITextSnapshot, auf den diese Momentaufnahmespanne verweist.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Snapshot As ITextSnapshot
public ITextSnapshot Snapshot { get; }
public:
property ITextSnapshot^ Snapshot {
ITextSnapshot^ get ();
}
member Snapshot : ITextSnapshot with get
function get Snapshot () : ITextSnapshot
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Der ITextSnapshot.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.