IFileProvider.GetFilePaths 方法

返回完全限定文件路径名称的集合。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Function GetFilePaths As StringCollection
StringCollection GetFilePaths()
StringCollection^ GetFilePaths()
abstract GetFilePaths : unit -> StringCollection 
function GetFilePaths() : StringCollection

返回值

类型:System.Collections.Specialized.StringCollection
完全限定文件路径名称的集合。

.NET Framework 安全性

请参见

参考

IFileProvider 接口

Microsoft.VisualStudio.TestTools.Common 命名空间