Freigeben über


ForStatementSyntax.StepClause Eigenschaft

Definition

Die optionale Schrittklausel.

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

Eigenschaftswert

Hinweise

Dieses untergeordnete Element ist optional. Wenn es nicht vorhanden ist, wird "Nothing" zurückgegeben.

Gilt für: