Navigation:  Object Model Reference > Project Object >

Steps Property

Previous pageReturn to chapter overviewNext page

Provides the ISteps interface of the Steps collection.

 

Syntax

 

Project.Steps(ByVal type As StepTypeEnum) As ISteps

 

Arguments

 

Project

       Project object

 

type

       Required.  The step collection to retrieve. The values for type are:

Constant

Value

Description

vbldStepMain

0

The project steps collection.

vbldStepSubroutine

1

The subroutine steps collection.

vbldStepFailure

2

The failure steps collection.

vbldStepGlobalSubroutine

3

The global subroutine steps collection.

 

See Also

 

Applies to Project object