SemanticModel.GetEnclosingSymbol(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 innermost Symbol that the position is considered inside of.
public Microsoft.CodeAnalysis.ISymbol GetEnclosingSymbol (int position, System.Threading.CancellationToken cancellationToken = default);
public Microsoft.CodeAnalysis.ISymbol? GetEnclosingSymbol (int position, System.Threading.CancellationToken cancellationToken = default);
member this.GetEnclosingSymbol : int * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.ISymbol
Public Function GetEnclosingSymbol (position As Integer, Optional cancellationToken As CancellationToken = Nothing) As ISymbol
Parameters
- position
- Int32
- cancellationToken
- CancellationToken
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET