SemanticModel.GetImportScopes(Int32, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a position in the SyntaxTree for this SemanticModel returns the IImportScopes at that
point. Scopes are ordered from closest to the passed in position
to the furthest. See
IImportScope for a deeper description of what information is available for each scope.
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)
Parameters
- position
- Int32
- cancellationToken
- CancellationToken
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.