SnapshotSpan.Contains Method
Include Protected Members
Include Inherited Members
Determines whether a point or span lies within the span.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(Int32) | Determines whether the position lies within the span. | |
Contains(SnapshotPoint) | Determines whether the specified SnapshotPoint lies within the span. | |
Contains(SnapshotSpan) | Determines whether the snapshot span falls completely within this span. | |
Contains(Span) | Determines whether the specified span falls completely within this span. |
Top