NormalizedSnapshotSpanCollection::IndexOf Method (SnapshotSpan)

 

Gets the index of the specified SnapshotSpan.

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

public:
virtual int IndexOf(
	SnapshotSpan item
) sealed

Return Value

Type: System::Int32

The index of the snapshot span.

Return to top
Show: