IFileProvider.GetFilePaths Method

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

Syntax

'宣言
Function GetFilePaths As StringCollection
'使用
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

Permissions

See Also

Reference

IFileProvider Interface

IFileProvider Members

Microsoft.VisualStudio.TestTools.Common Namespace