Freigeben über


WhileBlockSyntax.WithEndWhileStatement(EndBlockStatementSyntax) Methode

Definition

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

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::WhileBlockSyntax ^ WithEndWhileStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endWhileStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.WhileBlockSyntax WithEndWhileStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endWhileStatement);
member this.WithEndWhileStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WhileBlockSyntax
Public Function WithEndWhileStatement (endWhileStatement As EndBlockStatementSyntax) As WhileBlockSyntax

Parameter

endWhileStatement
EndBlockStatementSyntax

Gibt zurück

Gilt für: