Freigeben über


TypedTupleElementSyntax.Update(TypeSyntax) Methode

Definition

Gibt eine Kopie dieser Datei mit den angegebenen Änderungen zurück. Gibt diese Instanz zurück, wenn keine tatsächlichen Änderungen vorhanden sind.

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

Parameter

type
TypeSyntax

Der Wert für die Type-Eigenschaft.

Gibt zurück

Gilt für: