ContextWrapper.OpenFileOutput(String, FileCreationMode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開啟與此內容應用程式套件相關聯的私人檔案以進行寫入。
[Android.Runtime.Register("openFileOutput", "(Ljava/lang/String;I)Ljava/io/FileOutputStream;", "GetOpenFileOutput_Ljava_lang_String_IHandler")]
public override System.IO.Stream? OpenFileOutput (string? name, Android.Content.FileCreationMode mode);
[<Android.Runtime.Register("openFileOutput", "(Ljava/lang/String;I)Ljava/io/FileOutputStream;", "GetOpenFileOutput_Ljava_lang_String_IHandler")>]
override this.OpenFileOutput : string * Android.Content.FileCreationMode -> System.IO.Stream
參數
- name
- String
要開啟的檔名;不能包含路徑分隔符。
- mode
- FileCreationMode
作業模式。 使用 0 或 Private 作為預設作業, Android.Content.Context.MODE_APPEND 附加至現有的檔案, WorldReadable 以及 WorldWriteable 控制許可權。
傳回
- 屬性
例外狀況
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。