NormalizedSnapshotSpanCollection::IndexOf Method (Object^)

 

Gets the index of the specified snapshot span.

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

public:
virtual int IndexOf(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The snapshot span.

Return Value

Type: System::Int32

The location of the snapshot span.

Return to top
Show: