TextSpanHelper.EndsBeforeStartOf(TextSpan, TextSpan) Yöntem

Tanım

İlk yayılma alanının ikinci yayılımın başlangıcından önce sonlanıp bitmeyeceğini belirler.

public:
 static bool EndsBeforeStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
public:
 static bool EndsBeforeStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
 static bool EndsBeforeStartOf(Microsoft::VisualStudio::TextManager::Interop::TextSpan span1, Microsoft::VisualStudio::TextManager::Interop::TextSpan span2);
public static bool EndsBeforeStartOf (Microsoft.VisualStudio.TextManager.Interop.TextSpan span1, Microsoft.VisualStudio.TextManager.Interop.TextSpan span2);
static member EndsBeforeStartOf : Microsoft.VisualStudio.TextManager.Interop.TextSpan * Microsoft.VisualStudio.TextManager.Interop.TextSpan -> bool
Public Shared Function EndsBeforeStartOf (span1 As TextSpan, span2 As TextSpan) As Boolean

Parametreler

span1
TextSpan

'ndaki İlk TextSpan nesne.

span2
TextSpan

'ndaki İkinci TextSpan nesne.

Döndürülenler

Boolean

trueSonu span1 değerinden küçük veya buna eşit ise döndürür span2 ; Aksi takdirde, döndürür false .

Açıklamalar

Bu yöntem, ilk yayılımın ikinci yayılımın tamamen önünde oluşup oluşmadığını belirler.

Şunlara uygulanır