SemanticModel.GetPreprocessingSymbolInfo(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.
public:
Microsoft::CodeAnalysis::PreprocessingSymbolInfo GetPreprocessingSymbolInfo(Microsoft::CodeAnalysis::SyntaxNode ^ nameSyntax);
public Microsoft.CodeAnalysis.PreprocessingSymbolInfo GetPreprocessingSymbolInfo (Microsoft.CodeAnalysis.SyntaxNode nameSyntax);
member this.GetPreprocessingSymbolInfo : Microsoft.CodeAnalysis.SyntaxNode -> Microsoft.CodeAnalysis.PreprocessingSymbolInfo
Public Function GetPreprocessingSymbolInfo (nameSyntax As SyntaxNode) As PreprocessingSymbolInfo
Parameters
- nameSyntax
- SyntaxNode
The nameSyntax node to get semantic information for.
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.