SnapshotPoint Constructor (ITextSnapshot^, Int32)

 

Initializes a new instance of a SnapshotPoint with respect to a particular snapshot and position.

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

public:
SnapshotPoint(
	ITextSnapshot^ snapshot,
	int position
)

Parameters

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

The ITextSnapshot.

position
Type: System::Int32

The position of the point.

Return to top
Show: