SemanticModel.GetPreprocessingSymbolInfoCore(SyntaxNode) Methode

Definition

Wenn nameSyntax es sich um einen Syntaxknoten für den Bezeichnernamen handelt, geben Sie ihn zurück PreprocessingSymbolInfo .

protected:
 abstract Microsoft::CodeAnalysis::PreprocessingSymbolInfo GetPreprocessingSymbolInfoCore(Microsoft::CodeAnalysis::SyntaxNode ^ nameSyntax);
protected abstract Microsoft.CodeAnalysis.PreprocessingSymbolInfo GetPreprocessingSymbolInfoCore (Microsoft.CodeAnalysis.SyntaxNode nameSyntax);
abstract member GetPreprocessingSymbolInfoCore : Microsoft.CodeAnalysis.SyntaxNode -> Microsoft.CodeAnalysis.PreprocessingSymbolInfo
Protected MustOverride Function GetPreprocessingSymbolInfoCore (nameSyntax As SyntaxNode) As PreprocessingSymbolInfo

Parameter

nameSyntax
SyntaxNode

Der NameSyntax-Knoten, für den semantische Informationen abgerufen werden sollen.

Gibt zurück

Gilt für: