ITextViewLine.Snapshot-Eigenschaft
Ruft den ITextSnapshot ab, auf dem diese Zuordnung basiert.
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 with get
function get Snapshot () : ITextSnapshot
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.ITextSnapshot
ITextSnapshot , unter denen diese Zuordnung basiert.
.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.