Share via


CurrentTopLevelSnapshot Property

The snapshot of TopLevelBuffer that corresponds to the state at which CurrentSnapshotDifference is current.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
ReadOnly Property CurrentTopLevelSnapshot As IProjectionSnapshot
    Get
'Usage
Dim instance As IDifferenceBuffer
Dim value As IProjectionSnapshot

value = instance.CurrentTopLevelSnapshot
IProjectionSnapshot CurrentTopLevelSnapshot { get; }
property IProjectionSnapshot^ CurrentTopLevelSnapshot {
    IProjectionSnapshot^ get ();
}
abstract CurrentTopLevelSnapshot : IProjectionSnapshot
function get CurrentTopLevelSnapshot () : IProjectionSnapshot

Property Value

Type: IProjectionSnapshot

Remarks

Will be null if CurrentSnapshotDifference is null.

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace