Share via


SimpleImportsClauseSyntax.WithName(NameSyntax) Method

Definition

Returns a copy of this with the Name property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::SimpleImportsClauseSyntax ^ WithName(Microsoft::CodeAnalysis::VisualBasic::Syntax::NameSyntax ^ name);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SimpleImportsClauseSyntax WithName (Microsoft.CodeAnalysis.VisualBasic.Syntax.NameSyntax name);
member this.WithName : Microsoft.CodeAnalysis.VisualBasic.Syntax.NameSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SimpleImportsClauseSyntax
Public Function WithName (name As NameSyntax) As SimpleImportsClauseSyntax

Parameters

name
NameSyntax

Returns

Applies to