PathIO.WriteBufferAsync(String, IBuffer) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料從緩衝區寫入至位於指定路徑或統一資源識別項的檔案, (URI) 。
public:
static IAsyncAction ^ WriteBufferAsync(Platform::String ^ absolutePath, IBuffer ^ buffer);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction WriteBufferAsync(winrt::hstring const& absolutePath, IBuffer const& buffer);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction WriteBufferAsync(string absolutePath, IBuffer buffer);
function writeBufferAsync(absolutePath, buffer)
Public Shared Function WriteBufferAsync (absolutePath As String, buffer As IBuffer) As IAsyncAction
參數
- absolutePath
-
String
Platform::String
winrt::hstring
寫入資料之檔案的路徑。
- buffer
- IBuffer
包含要寫入之資料的緩衝區。
傳回
這個方法完成時不會傳回任何物件或值。
- 屬性