次の方法で共有


TypeOfExpressionSyntax.WithTypeOfKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the TypeOfKeyword 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::TypeOfExpressionSyntax ^ WithTypeOfKeyword(Microsoft::CodeAnalysis::SyntaxToken typeOfKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeOfExpressionSyntax WithTypeOfKeyword (Microsoft.CodeAnalysis.SyntaxToken typeOfKeyword);
member this.WithTypeOfKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeOfExpressionSyntax
Public Function WithTypeOfKeyword (typeOfKeyword As SyntaxToken) As TypeOfExpressionSyntax

Parameters

typeOfKeyword
SyntaxToken

Returns

Applies to