Compartir a través de


ForStatementSyntax.StepClause Propiedad

Definición

La cláusula Step opcional.

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

Valor de propiedad

Comentarios

Este elemento secundario es opcional. Si no está presente, se devuelve Nothing.

Se aplica a