IProjectionBufferBase.CurrentSnapshot 属性

获取投影缓冲区的内容的当前快照。

命名空间:  Microsoft.VisualStudio.Text.Projection
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
ReadOnly Property CurrentSnapshot As IProjectionSnapshot
IProjectionSnapshot CurrentSnapshot { get; }
property IProjectionSnapshot^ CurrentSnapshot {
    IProjectionSnapshot^ get ();
}
abstract CurrentSnapshot : IProjectionSnapshot with get
function get CurrentSnapshot () : IProjectionSnapshot

属性值

类型:Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
投影缓冲区的内容的当前快照。

.NET Framework 安全性

请参阅

参考

IProjectionBufferBase 接口

Microsoft.VisualStudio.Text.Projection 命名空间