'Declaration
Public ReadOnly Property CapturedFiles As CapturedFileCollection
public CapturedFileCollection CapturedFiles {get;}
public: property CapturedFileCollection^ CapturedFiles { CapturedFileCollection^ get(); }
'Declaration
Public ReadOnly Property CapturedFiles As CapturedFileCollection
public CapturedFileCollection CapturedFiles {get;}
public: property CapturedFileCollection^ CapturedFiles { CapturedFileCollection^ get(); }
This collection contains files captures at the instance level (not associated with a step) and also those associated with a step.
Files are ordered by step number and file name.