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