IDifferenceBuffer.CurrentInlineBufferSnapshot Eigenschaft

Definition

Die Momentaufnahme von InlineBuffer , die dem Zustand entspricht, bei dem CurrentSnapshotDifference aktuell ist.

public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ CurrentInlineBufferSnapshot { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ CurrentInlineBufferSnapshot { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot CurrentInlineBufferSnapshot { get; }
member this.CurrentInlineBufferSnapshot : Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Public ReadOnly Property CurrentInlineBufferSnapshot As IProjectionSnapshot

Eigenschaftswert

IProjectionSnapshot

Die Momentaufnahme des InlineBuffer , das dem Zustand entspricht, bei dem CurrentSnapshotDifference aktuell ist.

Hinweise

Ist null , wenn CurrentSnapshotDifference nullist.

Gilt für