CodeIterationStatement.Statements Eigenschap

Definitie

Hiermee wordt de verzameling instructies opgehaald die binnen de lus moeten worden uitgevoerd.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

Waarde van eigenschap

Een matrix van het type CodeStatement dat de instructies binnen de lus aangeeft.

Van toepassing op

Zie ook