IsolatedStorageFileStream.Write メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Dim instance As IsolatedStorageFileStream Dim buffer As Byte() Dim offset As Integer Dim count As Integer instance.Write(buffer, offset, count)


offset パラメータは読み取りを開始する位置の buffer のバイトのオフセットを指定し、count パラメータはこの IsolatedStorageFileStream オブジェクトに書き込むバイト数を指定します。書き込み操作が正常に終了した場合、IsolatedStorageFileStream オブジェクトの現在位置は書き込んだバイト数だけ進みます。例外が発生した場合、IsolatedStorageFileStream オブジェクトの現在位置は変更されません。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IsolatedStorageFileStream.Write メソッドのページへのリンク