Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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