SemanticModel.GetPreprocessingSymbolInfoCore(SyntaxNode) 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.
If nameSyntax
is an identifier name syntax node, return the PreprocessingSymbolInfo corresponding
to it.
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
Parameters
- nameSyntax
- SyntaxNode
The nameSyntax node to get semantic information for.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.