SemanticModel.GetImportScopes(Int32, CancellationToken) 方法

定义

给定此 SemanticModel 的 SyntaxTree 中的位置将 IImportScope返回该点的 s。 范围从最接近传入 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

返回

适用于