Share via


IFileProvider.GetFilePaths Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Function GetFilePaths As StringCollection
'Usage
Dim instance As IFileProvider 
Dim returnValue As StringCollection 

returnValue = instance.GetFilePaths()
StringCollection GetFilePaths()
StringCollection^ GetFilePaths()
function GetFilePaths() : StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection

.NET Framework Security

See Also

Reference

IFileProvider Interface

IFileProvider Members

Microsoft.VisualStudio.TestTools.Common Namespace