SemanticModel.GetImportScopes(Int32, CancellationToken) Methode

Definition

Wenn sie eine Position in der SyntaxTree für dieses Semantikmodel angegeben haben, werden die IImportScopes an diesem Punkt zurückgegeben. Bereiche werden vom nächstgelegenen bis zum weitesten übergebenen position Bereich sortiert. Eine ausführlichere Beschreibung der verfügbaren Informationen finden Sie IImportScope in den einzelnen Bereichen.

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)

Parameter

position
Int32
cancellationToken
CancellationToken

Gibt zurück

Gilt für: