共用方式為


WhileBlockSyntax.EndWhileStatement 屬性

定義

結束區塊的 End While 語句。

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ EndWhileStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax EndWhileStatement { get; }
member this.EndWhileStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax
Public ReadOnly Property EndWhileStatement As EndBlockStatementSyntax

屬性值

適用於