SyntaxGenerator.WithName(SyntaxNode, String) 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.
Changes the name of the declaration.
public:
abstract Microsoft::CodeAnalysis::SyntaxNode ^ WithName(Microsoft::CodeAnalysis::SyntaxNode ^ declaration, System::String ^ name);
public abstract Microsoft.CodeAnalysis.SyntaxNode WithName (Microsoft.CodeAnalysis.SyntaxNode declaration, string name);
abstract member WithName : Microsoft.CodeAnalysis.SyntaxNode * string -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function WithName (declaration As SyntaxNode, name As String) As SyntaxNode
Parameters
- declaration
- SyntaxNode
- name
- String
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.