Share via


FromClauseSyntax.WithFromKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the FromKeyword 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::FromClauseSyntax ^ WithFromKeyword(Microsoft::CodeAnalysis::SyntaxToken fromKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax WithFromKeyword (Microsoft.CodeAnalysis.SyntaxToken fromKeyword);
member this.WithFromKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax
Public Function WithFromKeyword (fromKeyword As SyntaxToken) As FromClauseSyntax

Parameters

fromKeyword
SyntaxToken

Returns

Applies to