다음을 통해 공유


Span.Intersection 메서드

교차 부분이 있는 경우 지정 된 범위 또는 null 교집합을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
Public Function Intersection ( _
    span As Span _
) As Nullable(Of Span)
public Nullable<Span> Intersection(
    Span span
)
public:
Nullable<Span> Intersection(
    Span span
)
member Intersection : 
        span:Span -> Nullable<Span> 
public function Intersection(
    span : Span
) : Nullable<Span>

매개 변수

반환 값

형식: Nullable<Span>
범위, 교차 또는 nullNull 참조(Visual Basic의 경우 Nothing) 교차 되지 않는 경우.

설명

범위를 두는 위치에 없을 경우 또는 한 범위의 끝을 다른 범위의 시작과 일치 하는 경우 교차 합니다.

.NET Framework 보안

참고 항목

참조

Span 구조체

Microsoft.VisualStudio.Text 네임스페이스