다음을 통해 공유


SemanticModel.GetImportScopes(Int32, CancellationToken) 메서드

정의

이 SemanticModel에 대한 SyntaxTree의 위치가 지정된 경우 해당 시점에서 s를 IImportScope반환합니다. 범위는 가장 가까운 범위에서 가장 먼 범위로 전달되는 position 범위까지 정렬됩니다. 각 범위에 사용할 수 있는 정보에 대한 자세한 설명을 참조 IImportScope 하세요.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IImportScope> GetImportScopes (int position, System.Threading.CancellationToken cancellationToken = default);
member this.GetImportScopes : int * System.Threading.CancellationToken -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IImportScope>
Public Function GetImportScopes (position As Integer, Optional cancellationToken As CancellationToken = Nothing) As ImmutableArray(Of IImportScope)

매개 변수

position
Int32
cancellationToken
CancellationToken

반환

적용 대상