GetAllFiles(String,Boolean) Method
See Also 
SourceCode.Framework Namespace > IProjectFilesContainer Interface > GetAllFiles Method : GetAllFiles(String,Boolean) Method



fileExtension
recursive

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Overloads Function GetAllFiles( _
   ByVal fileExtension As String, _
   ByVal recursive As Boolean _
) As IProjectFile()
Visual Basic (Usage) Copy Code
Dim instance As IProjectFilesContainer
Dim fileExtension As String
Dim recursive As Boolean
Dim value() As IProjectFile
 
value = instance.GetAllFiles(fileExtension, recursive)

Parameters

fileExtension
recursive

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also