Freigeben über


ConstructorBlockSyntax.WithEndSubStatement(EndBlockStatementSyntax) Methode

Definition

Gibt eine Kopie davon zurück, wobei die EndSubStatement-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::ConstructorBlockSyntax ^ WithEndSubStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endSubStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstructorBlockSyntax WithEndSubStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endSubStatement);
member this.WithEndSubStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstructorBlockSyntax
Public Function WithEndSubStatement (endSubStatement As EndBlockStatementSyntax) As ConstructorBlockSyntax

Parameter

endSubStatement
EndBlockStatementSyntax

Gibt zurück

Gilt für: