IFileProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
只讀檔案提供者抽象概念。
public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider
- 衍生
方法
GetDirectoryContents(String) |
列舉指定路徑上的目錄,如果有的話。 |
GetFileInfo(String) |
找出位於指定路徑的檔案。 |
Watch(String) |
為指定的 |