SnapshotPoint::Position Property

 

Gets the position of the point.

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

public:
property int Position {
	int get();
}

Property Value

Type: System::Int32

A non-negative integer less than or equal to the length of the snapshot.

Return to top
Show: