ReadOnlyFile 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ReadOnlyFile(FileBase) |
從現有的執行個體初始化 ReadOnlyFile 類別的新執行個體。 |
ReadOnlyFile(String) |
從檔案路徑初始化 類別的新實例 ReadOnlyFile 。 |
ReadOnlyFile(String, String) |
從檔案路徑初始化 類別的新實例 ReadOnlyFile ,明確指定內容類型。 |
ReadOnlyFile(FileBase)
從現有的執行個體初始化 ReadOnlyFile 類別的新執行個體。
public:
ReadOnlyFile(Microsoft::Maui::Storage::FileBase ^ file);
public ReadOnlyFile (Microsoft.Maui.Storage.FileBase file);
new Microsoft.Maui.Storage.ReadOnlyFile : Microsoft.Maui.Storage.FileBase -> Microsoft.Maui.Storage.ReadOnlyFile
Public Sub New (file As FileBase)
參數
適用於
ReadOnlyFile(String)
從檔案路徑初始化 類別的新實例 ReadOnlyFile 。
public:
ReadOnlyFile(System::String ^ fullPath);
public ReadOnlyFile (string fullPath);
new Microsoft.Maui.Storage.ReadOnlyFile : string -> Microsoft.Maui.Storage.ReadOnlyFile
Public Sub New (fullPath As String)
參數
- fullPath
- String
檔系統上對應檔案的完整檔案路徑。
適用於
ReadOnlyFile(String, String)
從檔案路徑初始化 類別的新實例 ReadOnlyFile ,明確指定內容類型。
public:
ReadOnlyFile(System::String ^ fullPath, System::String ^ contentType);
public ReadOnlyFile (string fullPath, string contentType);
new Microsoft.Maui.Storage.ReadOnlyFile : string * string -> Microsoft.Maui.Storage.ReadOnlyFile
Public Sub New (fullPath As String, contentType As String)
參數
- fullPath
- String
檔系統上對應檔案的完整檔案路徑。
- contentType
- String
檔案的內容類型 (MIME 類型)(例如: image/png
)。