TypedTupleElementSyntax.WithType(TypeSyntax) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une copie de ceci avec la propriété Type modifiée en valeur spécifiée. Retourne cette instance si la valeur spécifiée est identique à la valeur actuelle.
public:
Microsoft::CodeAnalysis::VisualBasic::Syntax::TypedTupleElementSyntax ^ WithType(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax WithType (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
member this.WithType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax
Public Function WithType (type As TypeSyntax) As TypedTupleElementSyntax
- type
- TypeSyntax
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :