Share via


TryCastExpressionSyntax.WithType(TypeSyntax) Method

Definition

Returns a copy of this with the Type 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::TryCastExpressionSyntax ^ WithType(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TryCastExpressionSyntax WithType (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
override this.WithType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TryCastExpressionSyntax
Public Function WithType (type As TypeSyntax) As TryCastExpressionSyntax

Parameters

type
TypeSyntax

Returns

Applies to