Determines whether the collection contains the specified snapshot span.
Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
声明
Public Function Contains ( _
    value As Object _
) As Boolean
public bool Contains(
    Object value
)
public:
virtual bool Contains(
    Object^ value
) sealed
abstract Contains : 
        value:Object -> bool 
override Contains : 
        value:Object -> bool 
public final function Contains(
    value : Object
) : boolean
Parameters
- value
Type: System.Object
The snapshot span. 
Return Value
Type: System.Boolean
true if the snapshot span is contained in the collection, otherwise false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.