VirtualSnapshotPoint Constructor (ITextSnapshot^, Int32)

 

Initializes a new instance of a VirtualSnapshotPoint at the specified position in the specified snapshot, with zero virtual spaces.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
VirtualSnapshotPoint(
	ITextSnapshot^ snapshot,
	int position
)

Parameters

snapshot
Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The snapshot to use.

position
Type: System::Int32

The position of the snapshot point.

Return to top
Show: