IDifferenceBuffer.CurrentInlineBufferSnapshot Свойство

Определение

Моментальный снимок InlineBuffer , соответствующий состоянию, в котором CurrentSnapshotDifference находится текущая версия.

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

Значение свойства

IProjectionSnapshot

Моментальный снимок объекта InlineBuffer , который соответствует состоянию, в котором CurrentSnapshotDifference находится текущая версия.

Комментарии

Будет иметь значение NULL , если CurrentSnapshotDifference имеет значение NULL.

Применяется к