NormalizedSnapshotSpanCollection.IntersectsWith-Methode (SnapshotSpan)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Function IntersectsWith ( _
span As SnapshotSpan _
) As Boolean
public bool IntersectsWith(
SnapshotSpan span
)
public:
bool IntersectsWith(
SnapshotSpan span
)
member IntersectsWith :
span:SnapshotSpan -> bool
public function IntersectsWith(
span : SnapshotSpan
) : boolean
Parameter
- span
Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Rückgabewert
Typ: Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.