SyntaxFactory.GetStandaloneExpression(ExpressionSyntax) 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.
Names on the right of qualified names and member access expressions are not stand-alone expressions. This method returns the appropriate parent of name syntax nodes that are on right of these constructs.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ GetStandaloneExpression(Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ node);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax GetStandaloneExpression (Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax node);
static member GetStandaloneExpression : Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax
Public Shared Function GetStandaloneExpression (node As ExpressionSyntax) As ExpressionSyntax
Parameters
- node
- ExpressionSyntax
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.