IDifferenceBuffer.CurrentInlineBufferSnapshot Propriedade

Definição

O instantâneo do InlineBuffer que corresponde ao estado em que CurrentSnapshotDifference é atual.

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

Valor da propriedade

IProjectionSnapshot

O instantâneo do InlineBuffer que corresponde ao estado em que CurrentSnapshotDifference é atual.

Comentários

Será NULL se CurrentSnapshotDifference for NULL.

Aplica-se a