ITextBuffer.CurrentSnapshot 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 den aktuellen Inhalt des Puffers ab.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ CurrentSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ CurrentSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot CurrentSnapshot { get; }
member this.CurrentSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property CurrentSnapshot As ITextSnapshot