'宣言
Public Sub Save( _ ByVal output As Stream, _ Optional ByVal isInteractive As Boolean _ )
public void Save( Stream output, bool isInteractive )
パラメータ
- output
- データを書き込む必要があるストリーム。
- isInteractive
'宣言
Public Sub Save( _ ByVal output As Stream, _ Optional ByVal isInteractive As Boolean _ )
public void Save( Stream output, bool isInteractive )