次の方法で共有


ElseBlockSyntax.ElseStatement Property

Definition

The "Else" statement that begins the "Else" block.

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

Property Value

Applies to