共用方式為


PathIO.WriteBufferAsync(String, IBuffer) 方法

定義

將資料從緩衝區寫入至位於指定路徑或統一資源識別項的檔案, (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

包含要寫入之資料的緩衝區。

傳回

這個方法完成時不會傳回任何物件或值。

屬性

適用於