다음을 통해 공유


WhileBlockSyntax.WithEndWhileStatement(EndBlockStatementSyntax) 메서드

정의

EndWhileStatement 속성이 지정된 값으로 변경된 이 복사본을 반환합니다. 지정된 값이 현재 값과 같으면 이 인스턴스를 반환합니다.

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

매개 변수

endWhileStatement
EndBlockStatementSyntax

반환

적용 대상