StructureBlockSyntax.WithEndStructureStatement Méthode
Définition
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é EndStructureStatement 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::StructureBlockSyntax ^ WithEndStructureStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endStructureStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.StructureBlockSyntax WithEndStructureStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endStructureStatement);
member this.WithEndStructureStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.StructureBlockSyntax
Public Function WithEndStructureStatement (endStructureStatement As EndBlockStatementSyntax) As StructureBlockSyntax
Paramètres
- endStructureStatement
- EndBlockStatementSyntax
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.