PreContentChangedEventArgs.BeforeSnapshot Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Textmomentaufnahme vor der Änderung ab.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ BeforeSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ BeforeSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot BeforeSnapshot { get; }
member this.BeforeSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property BeforeSnapshot As ITextSnapshot
Eigenschaftswert
Die Textmomentaufnahme vor der Änderung.