InterfaceBlockSyntax.InterfaceStatement Property

Definition

The "Interface" statement that begins the block.

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

Property Value

Applies to