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>
매개 변수
span
형식: Microsoft.VisualStudio.Text.Span확인할 범위입니다.
반환 값
형식: Nullable<Span>
범위, 교차 또는 nullNull 참조(Visual Basic의 경우 Nothing) 교차 되지 않는 경우.
설명
범위를 두는 위치에 없을 경우 또는 한 범위의 끝을 다른 범위의 시작과 일치 하는 경우 교차 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.