Compartir a través de


ModuleBlockSyntax.ModuleStatement Propiedad

Definición

Instrucción "Module" que comienza el bloque.

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

Valor de propiedad

Se aplica a