IFileProvider Interface
Represents an interface that is implemented by classes to return a list of file paths.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IFileProvider
public interface IFileProvider
public interface class IFileProvider
type IFileProvider = interface end
public interface IFileProvider
The IFileProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetFilePaths | Returns a collection of fully qualified file path names. |
Top