Freigeben über


TypeOfExpressionSyntax.WithType(TypeSyntax) Methode

Definition

Gibt eine Kopie davon zurück, wobei die Type-Eigenschaft in den angegebenen Wert geändert wurde. Gibt diese Instanz zurück, wenn der angegebene Wert mit dem aktuellen Wert identisch ist.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeOfExpressionSyntax ^ WithType(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeOfExpressionSyntax WithType (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
member this.WithType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeOfExpressionSyntax
Public Function WithType (type As TypeSyntax) As TypeOfExpressionSyntax

Parameter

type
TypeSyntax

Gibt zurück

Gilt für: