MultiLineIfBlockSyntax.IfStatement 属性

定义

开始“If”块的“If”语句。

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

属性值

适用于